django1/django/db/models
Matt Robenolt ef5f9b6ae8 Fixed #23460 -- Added literal `%s` support to extra() QuerySets. 2014-09-26 13:01:27 -04:00
..
fields Fixed #23455 -- Forced related_name to be a unicode string during deconstruction. 2014-09-25 17:49:44 -04:00
sql Fixed #23460 -- Added literal `%s` support to extra() QuerySets. 2014-09-26 13:01:27 -04:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
aggregates.py Fixed #16187 -- refactored ORM lookup system 2014-01-18 11:46:19 +02:00
base.py Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url(). 2014-09-09 11:05:31 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Fixed #16426 -- deletion of 1000+ objects with relations on SQLite 2014-08-11 12:47:37 +03:00
expressions.py Fixed #23492 -- Restored F.__deepcopy__. 2014-09-16 12:19:00 +02: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 #22819 -- Renamed output_type -> output_field in query expression API. 2014-06-17 11:57:16 -04:00
manager.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
options.py Fixed #22994 -- regression with generic FK + admin list_view 2014-07-14 10:50:41 -04:00
query.py Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 2014-09-03 20:36:03 +01:00
query_utils.py Avoided creation of deferred model from another deferred model 2014-08-12 14:58:10 +03: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