summaryrefslogtreecommitdiff
path: root/django/db/models/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby2017-09-221-0/+2
* Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen2017-09-181-4/+5
* Refs #18974 -- Added stacklevel for permalink() deprecation.Tim Graham2017-03-281-1/+2
* Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel2017-01-141-2/+4
* Fixed gis_tests.geoapp when run in isolation.Tim Graham2016-10-101-11/+27
* Refs #18974 -- Deprecated @models.permalink() decorator.Tim Graham2016-10-041-2/+10
* Fixed #26709 -- Added class-based indexes.Akshesh2016-06-271-0/+1
* Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen2016-04-291-1/+1
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-2/+2
* Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz2016-02-261-1/+3
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-3/+3
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-231-1/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-13/+17
* Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton2015-03-221-1/+3
* Refs #24485 -- Renamed some expression typesJosh Smeaton2015-03-171-1/+1
* Removed deprecated aliases in django.db.models.Tim Graham2015-01-171-26/+0
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-121-1/+1
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-1/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-1/+2
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-181-0/+1
* Restored deprecated aliases for functions in django.db.models.Aymeric Augustin2013-12-171-0/+25
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-3/+0
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-2/+2
* Corrected a flake8 issue -- this line is imported for the purpose of re-expos...Alex Gaynor2013-12-061-1/+1
* Added missing deconstruct() methods.Baptiste Mispelon2013-12-061-0/+1
* Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer2013-11-071-1/+1
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-13/+18
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-1/+1
* Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham2013-07-241-1/+1
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-0/+1
* Added TransactionTestCase.available_apps.Aymeric Augustin2013-06-101-1/+1
* Added get_app_paths() to the AppCache.Aymeric Augustin2013-06-021-1/+1
* Systematically imported wraps from functoolsClaude Paroz2013-05-041-1/+2
* Fixed #19385 again, now with real code changesAnssi Kääriäinen2013-03-241-1/+1
* Removed unneeded imports in db.models initClaude Paroz2013-02-081-2/+0
* Remove some code that has been dead since newforms-admin was merged, many moo...Alex Gaynor2012-07-121-2/+0
* Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty2011-03-141-0/+2
* Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer2011-01-201-1/+1
* Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer2010-11-091-0/+1
* Fixed #7210 -- Added F() expressions to query language. See the documentation...Russell Keith-Magee2009-01-291-0/+1
* Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...Russell Keith-Magee2009-01-151-0/+1
* Removed oldforms, validators, and related code:Gary Wilson Jr2008-08-271-2/+1
* File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss2008-08-081-0/+1
* Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty2008-07-221-2/+0
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-181-1/+1
* Added the small changes necessary to make creating custom model fields easier.Malcolm Tredinnick2007-11-051-0/+1
* Removed a bunch of legacy django.db.backend importsAdrian Holovaty2007-08-201-1/+1
* Removed unused variable and changed comments about `permalink` decorator into...Gary Wilson Jr2007-07-161-5/+9
* Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick2007-05-081-1/+0