This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-03-21 08:20:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
eb03fe1642
django
/
tests
/
modeltests
/
validators
History
Aymeric Augustin
424eb67867
Fixed validation of email addresses when the local part contains an @.
...
See also BaseUserManager.normalize_email -- it uses rsplit. Refs
#4833
.
2013-01-26 12:20:57 +01:00
..
__init__.py
Added __init__.py and models.py so tests for validators will actually run.
2010-01-10 00:07:41 +00:00
models.py
Added __init__.py and models.py so tests for validators will actually run.
2010-01-10 00:07:41 +00:00
tests.py
Fixed validation of email addresses when the local part contains an @.
2013-01-26 12:20:57 +01:00