summaryrefslogtreecommitdiff
path: root/django/db/models/__init__.py
AgeCommit message (Expand)Author
2026-03-30[5.2.x] Applied Black's 2026 stable style.Mariusz Felisiak
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-04-22Fixed #35392, Refs #34331 -- Allowed importing aprefetch_related_objects from...James Ostrander
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-09-07Fixed #31300 -- Added GeneratedField model field.Jeremy Nauta
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-11-19Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2017-09-22Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.Tim Graham
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-03-28Refs #18974 -- Added stacklevel for permalink() deprecation.Tim Graham
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2016-10-10Fixed gis_tests.geoapp when run in isolation.Tim Graham
2016-10-04Refs #18974 -- Deprecated @models.permalink() decorator.Tim Graham
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-03-28Sorted single letter imports per the latest version of isort.Tim Graham
2016-02-26Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-23Removed SubfieldBase per deprecation timeline.Tim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-03-22Fixed #24485 -- Allowed combined expressions to set output_fieldJosh Smeaton
2015-03-17Refs #24485 -- Renamed some expression typesJosh Smeaton
2015-01-17Removed deprecated aliases in django.db.models.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2013-12-17Restored deprecated aliases for functions in django.db.models.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-06Corrected a flake8 issue -- this line is imported for the purpose of re-expos...Alex Gaynor
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-11-07Fixed #17001 -- Custom querysets for prefetch_related.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-02Added get_app_paths() to the AppCache.Aymeric Augustin
2013-05-04Systematically imported wraps from functoolsClaude Paroz
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-02-08Removed unneeded imports in db.models initClaude Paroz
2012-07-12Remove some code that has been dead since newforms-admin was merged, many moo...Alex Gaynor
2011-03-14Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty