-
I am trying to have a custom email template. When I use `PasswordResetForm`, everything seems to work fine:
```python
from django.contrib.auth.forms import PasswordResetForm
class CustomPasswo…
-
When I try to use django-admin-import, I get the error in the title. I tried installing the django_form_utils package, but this did not help.
-
### Proposed Changes
Currently in the code base there are many examples of large imports into the global namespace. For example, here is a sample of forms-related imports from `nautobot/extras/fo…
-
The login and signup pages are not very attractive. Please let me work on its user experience . Thanks!
![image](https://github.com/user-attachments/assets/5a9639bf-dfdb-4f8f-9562-00c5cceaea32)
![im…
-
### Proposed Changes
Per our [developer documentation](https://nautobot.readthedocs.io/en/stable/development/getting-started/#running-tests):
> New unit tests must always inherit from nautobot.u…
-
My `class DeliveryNoteLineItemForm(forms.ModelForm)` already had a `package_number = forms.CharField()` additional field declared, which does not actually exist in the DeliveryNoteLineItem model.
I…
-
django-uni-forms has been deprecated in favour of django-crispy-forms
-
Chapter 6 adds validation to ensure that email addresses are not reused when a user is registering or editing their profile.
However, the `User` object at https://github.com/PacktPublishing/Django-…
-
View details in Rollbar: [https://rollbar.com/iiuni/projektzapisy/items/483/](https://rollbar.com/iiuni/projektzapisy/items/483/)
```
Traceback (most recent call last):
File "/home/zapisy/deploy/re…
-
Hi,
I'm having trouble implementing autocomplete in my project. When I added `app_name='foo'` to `urls.py`, the autocomplete stopped working and the error message displayed was `NoReverseMatch for …