django1/django/db/models
Tim Graham c32bc1a7a7 Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't define get_absolute_url().
Thanks jukvalim for the report and initial patch,
and Preston Timmons for review.
2014-09-09 11:05:31 -04:00
..
fields Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
sql Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -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 Appeased flake8 2.1.0. 2014-04-21 12:27:34 +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