django1/django/db/models
Marc Tamlyn 962bb9b6bd Refs #2443 -- Move the durationfield converter logic.
This reduces how frequently this logic is run significantly.

Thanks to Anssi for the suggestion.
2014-12-23 10:41:42 +00:00
..
fields Refs #2443 -- Move the durationfield converter logic. 2014-12-23 10:41:42 +00:00
sql Refs #24020 -- return expressions from get_group_by_cols() 2014-12-18 06:01:07 -07:00
__init__.py Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
aggregates.py Fixed #14030 -- Allowed annotations to accept all expressions 2014-11-15 14:00:43 +00:00
base.py Fixed #24007 -- Ensure apps registry's ready before unpickling models 2014-12-17 18:33:32 +01:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282. 2014-09-29 00:01:38 +07:00
expressions.py Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
loading.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
lookups.py Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
manager.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
options.py Changed internal storing of abstract and concrete managers to be in a single list. 2014-12-15 08:32:47 -05:00
query.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
query_utils.py Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 2014-12-08 07:58:23 -05:00
related.py Fixed #22778 -- Added a model Meta option to define default_related_name. 2014-06-18 13:53:07 -04:00
signals.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00