index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
/
options.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2023-05-05
1
-2
/
+1
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-0
/
+1
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-0
/
+2
*
Refs #32095 -- Added model's Options._non_pk_concrete_field_names property.
sarahboyce
2022-09-29
1
-0
/
+14
*
Refs #27236 -- Made cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2022-07-21
1
-1
/
+2
*
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-07-12
1
-0
/
+8
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-2
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-84
/
+177
*
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-12-06
1
-1
/
+5
*
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-11-03
1
-1
/
+1
*
Removed unused model's Options.installed.
Mariusz Felisiak
2021-10-28
1
-4
/
+0
*
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
1
-2
/
+35
*
Refs #27666 -- Ensured relationship consistency on delayed reloads.
Simon Charette
2020-04-07
1
-2
/
+3
*
Refs #31187 -- Added total_unique_constraints property to model's Options.
Mariusz Felisiak
2020-02-19
1
-1
/
+13
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-3
/
+1
*
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-29
1
-1
/
+1
*
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
Mariusz Felisiak
2020-01-16
1
-5
/
+1
*
Simplified model's Options.add_field() a bit.
Taoup
2020-01-07
1
-3
/
+3
*
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
1
-0
/
+11
*
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-07-08
1
-0
/
+18
*
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
1
-2
/
+2
*
Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.
Tim Graham
2019-01-17
1
-2
/
+0
*
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
1
-1
/
+2
*
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-16
1
-1
/
+1
*
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-12
1
-6
/
+4
*
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...
Charlie Denton
2017-10-31
1
-0
/
+2
*
Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.
Tim Graham
2017-09-22
1
-15
/
+0
*
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-22
1
-1
/
+9
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-5
/
+12
*
Simplified model's Options._get_fields() a bit.
Sergey Fedoseev
2017-08-31
1
-7
/
+3
*
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-23
1
-1
/
+1
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-12
/
+5
*
Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...
Adam Johnson
2017-06-05
1
-4
/
+7
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-1
/
+1
*
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
1
-1
/
+1
*
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-05-27
1
-4
/
+1
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-2
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-15
/
+11
*
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-02-11
1
-6
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-2
/
+2
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
2017-01-17
1
-28
/
+2
*
Refs #26320 -- Removed implicit OneToOnField parent_link per deprecation time...
Tim Graham
2017-01-17
1
-4
/
+3
*
Refs #16508 -- Removed virtual aliases of "private fields".
Tim Graham
2017-01-17
1
-18
/
+1
*
Optimized Model instantiation a bit.
Adam Chainz
2016-12-15
1
-0
/
+11
*
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-12-07
1
-0
/
+45
*
Fixed #27532 -- Deprecated Model._meta.has_auto_field
Adam Chainz
2016-11-25
1
-2
/
+15
[next]