This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-07-23 05:05:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
3cb2457f46
django
/
django
/
db
/
models
/
fields
History
Download ZIP
Download TAR.GZ
Aymeric Augustin
3cb2457f46
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
..
__init__.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
files.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
proxy.py
Fixed
#13328
-- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution.
2010-04-21 16:34:33 +00:00
related.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00
subclassing.py
Removed deprecated legacy connection handling for
Field.get_db_*
.
2011-03-30 17:48:42 +00:00