index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
__init__.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2017-09-22
Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.
Tim Graham
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-03-28
Refs #18974 -- Added stacklevel for permalink() deprecation.
Tim Graham
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2016-10-10
Fixed gis_tests.geoapp when run in isolation.
Tim Graham
2016-10-04
Refs #18974 -- Deprecated @models.permalink() decorator.
Tim Graham
2016-06-27
Fixed #26709 -- Added class-based indexes.
Akshesh
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-02-26
Fixed #25279 -- Made prefetch_related_objects() public.
Adam Chainz
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-09-23
Removed SubfieldBase per deprecation timeline.
Tim Graham
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-03-22
Fixed #24485 -- Allowed combined expressions to set output_field
Josh Smeaton
2015-03-17
Refs #24485 -- Renamed some expression types
Josh Smeaton
2015-01-17
Removed deprecated aliases in django.db.models.
Tim Graham
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-17
Restored deprecated aliases for functions in django.db.models.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-06
Corrected a flake8 issue -- this line is imported for the purpose of re-expos...
Alex Gaynor
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-11-07
Fixed #17001 -- Custom querysets for prefetch_related.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-07-24
Fixed #14300 -- Fixed initial SQL location if models is a package.
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-02
Added get_app_paths() to the AppCache.
Aymeric Augustin
2013-05-04
Systematically imported wraps from functools
Claude Paroz
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-08
Removed unneeded imports in db.models init
Claude Paroz
2012-07-12
Remove some code that has been dead since newforms-admin was merged, many moo...
Alex Gaynor
2011-03-14
Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...
Adrian Holovaty
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2009-01-29
Fixed #7210 -- Added F() expressions to query language. See the documentation...
Russell Keith-Magee
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
[next]