Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-241-1/+0
* Sorted imports in __init__.py files.Tim Graham2015-06-271-13/+17
* Fixed #24485 -- Allowed combined expressions to set outpu...Josh 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-131-1/+1
* Fixed #14030 -- Allowed annotations to accept all express...Josh Smeaton2014-11-151-1/+1
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude 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.mo...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...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...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 ...Alex Gaynor2012-07-121-2/+0
* Fixed #15604 -- Changed django.db.models.permalink to use...Adrian Holovaty2011-03-141-0/+2
* Fixed #14672 - Added admin handling for on_delete=PROTECT...Carl Meyer2011-01-201-1/+1
* Fixed #7539, #13067 -- Added on_delete argument to Foreig...Carl Meyer2010-11-091-0/+1
* Fixed #7210 -- Added F() expressions to query language. S...Russell Keith-Magee2009-01-291-0/+1
* Fixed #3566 -- Added support for aggregation to the ORM. ...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 ...Jacob Kaplan-Moss2008-08-081-0/+1
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-2/+0
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-191-1/+1
* Added the small changes necessary to make creating custom...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 `perma...Gary Wilson Jr2007-07-161-5/+9
* Moved generic relations into django.contrib.contenttypes,...Malcolm Tredinnick2007-05-081-1/+0
* Backwards-incompatible change -- Removed LazyDate helper ...Russell Keith-Magee2007-04-091-29/+0
* Updated [4497] to use something closer to the English lan...Malcolm Tredinnick2007-02-131-1/+1
* Fixed #3377 -- Fixed subtle infinite recursion bug in Laz...Malcolm Tredinnick2007-02-131-0/+5
* Fixed #2513 -- Changed LazyDate.__get_value__() to return...Adrian Holovaty2006-08-121-1/+1
* Fixed #2502 -- Fixed typo in db.models.permalink function...Adrian Holovaty2006-08-091-1/+1
* Added django.db.models.permalink decorator, which decorat...Adrian Holovaty2006-07-281-0/+12
* Added generic foreign key support to Django. Much thanks...Jacob Kaplan-Moss2006-06-161-0/+1
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Backed out [3088] which was a premature commit with a mes...Jacob Kaplan-Moss2006-06-061-1/+0
* BNW: Added modpython handler to autosettingsJacob Kaplan-Moss2006-06-061-0/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-0/+40