This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-27 19:46:22 +00:00
Code
Issues
30
Releases
Wiki
Activity
fa3f0aa021
django
/
tests
/
modeltests
/
field_subclassing
History
Aymeric Augustin
bdca5ea345
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
..
__init__.py
Added the small changes necessary to make creating custom model fields easier.
2007-11-05 13:59:42 +00:00
fields.py
[py3] Replaced unicode/str by six.text_type/bytes.
2012-07-22 09:29:54 +02:00
models.py
Convert all modeltests to use absolute imports, rather than relative ones.
2011-10-13 18:04:12 +00:00
tests.py
Fixed
#18343
-- Cleaned up deferred model implementation
2012-05-27 18:11:13 +03:00