Jump to letter: [
02349ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-django-extra-form-fields - Additional form fields for Django applications
- Description:
Additional form fields to use in Django applications:
NextUrlField - add to forms that need to store url of next page
get_next_url - utility function to extract next url from the request object
UserNameField - field to enter user name - allows unique username site-wide
UserEmailField - allows unique email address site-wide if
EMAIL_UNIQUE setting is True
Packages