django1/django/db/models
Andrew Godwin 028bbd15ca Add a deconstruct() method to Fields.
This allows the field's initial argument to be obtained so it can be
serialised to, and re-created from, a textual format.
2013-05-18 13:48:57 +02:00
..
fields Add a deconstruct() method to Fields. 2013-05-18 13:48:57 +02:00
sql Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
__init__.py Systematically imported wraps from functools 2013-05-04 11:53:12 +02:00
aggregates.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
base.py Merge branch 'master' into schema-alteration 2013-05-18 10:21:31 +02:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #19385 again, now with real code changes 2013-03-24 18:40:40 +02:00
expressions.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
loading.py Rest of the _meta.app_cache stuff. Schema tests work now. 2013-05-09 15:59:26 +01:00
manager.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
options.py Merge branch 'master' into schema-alteration 2013-05-18 10:21:31 +02:00
query.py Fixed #20413 - Respect Query.get_meta() 2013-05-15 12:55:30 -07:00
query_utils.py Converted a list comprehension into a generator expression in query_utils.py 2013-04-25 12:22:16 -05:00
related.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00
signals.py Added documentation for the 'db' argument of the post-syncdb signal. 2013-01-03 22:04:55 +01:00