This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
63c52dcbcd
django1
/
django
/
db
/
models
/
fields
History
Loic Bistuer
6983a1a540
Fixed
#15363
-- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
2013-03-08 10:11:45 -05:00
..
__init__.py
Fixed
#19989
-- Suppressed UnicodeWarning during BinaryField validation
2013-03-06 08:30:23 +01:00
files.py
Fixed
#19634
-- Added proper __hash__ methods.
2013-02-25 23:05:20 +01: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
Fixed
#15363
-- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
2013-03-08 10:11:45 -05:00
subclassing.py
[py3] Removed a remaining use of __metaclass__.
2012-08-14 23:45:12 +02:00