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
/
tests
/
invalid_models_tests
/
test_relative_fields.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-1
/
+8
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-19
/
+55
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-966
/
+1190
*
Fixed #33131 -- Improved error messages for clashing reverse accessor names.
Bernd Wechner
2021-10-06
1
-52
/
+57
*
Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...
Hasan Ramezani
2021-09-09
1
-27
/
+1
*
Fixed #32983 -- Added system check for redundant related_name on symmetrical ...
Nick Touran
2021-08-06
1
-0
/
+14
*
Fixed #32294 -- Prevented ManyToManyField's hidden related name collisions be...
manav014
2020-12-30
1
-1
/
+27
*
Added app labels to related fields checks messages E302-E305.
Mariusz Felisiak
2020-12-29
1
-92
/
+193
*
Fixed #31310 -- Fixed hints in checks for using intermediate model with ambig...
Matheus Cunha Motta
2020-02-28
1
-4
/
+3
*
Refs #31310 -- Added test for check for using intermediate model with ambiguo...
Matheus Cunha Motta
2020-02-28
1
-0
/
+30
*
Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...
Valze
2020-02-27
1
-8
/
+136
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-5
/
+4
*
Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.
Mariusz Felisiak
2020-01-16
1
-0
/
+27
*
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-06-21
1
-64
/
+0
*
Refs #28478 -- Prevented database feature based skipping on tests disallowing...
Simon Charette
2019-01-14
1
-4
/
+7
*
Made assertions in invalid_models_tests consistent.
Adam Johnson
2017-07-11
1
-170
/
+86
*
Fixed #27904 -- Added a system check that Field.validators are callable.
Adam Chainz
2017-03-11
1
-1
/
+1
*
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
1
-2
/
+2
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-7
/
+3
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-3
/
+0
*
Refs #21127 -- Required on_delete for ForeignKey/OneToOneField.
Tim Graham
2017-01-17
1
-87
/
+0
*
Fixed #27295 -- Added a system check to prohibit model names that start or en...
Quentin Fulsher
2016-11-22
1
-1
/
+1
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-4
/
+4
*
Moved model_validation tests to invalid_models_tests.
Tim Graham
2016-08-16
1
-0
/
+15
*
Refs #26796 -- Fixed ManyToManyField's limit_choices_to warning without a thr...
Kevan Swanberg
2016-07-21
1
-0
/
+9
*
Fixed #26796 -- Added a system check for m2m fields with ignored limit_choice...
Anderson Resende
2016-07-08
1
-6
/
+21
*
Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.
Andrew Nester
2016-06-30
1
-0
/
+16
*
Fixed #26648 -- Added a system check for invalid related_query_name's contain...
Michal Petrucha
2016-06-09
1
-3
/
+28
*
Fixed #26718 -- Added system check for existence of the fields specified by F...
Sergey Fedoseev
2016-06-09
1
-0
/
+50
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-16
/
+23
*
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-12
1
-125
/
+145
*
Fixed #26162 -- Checked query name clashes of hidden relationships.
Simon Charette
2016-02-08
1
-6
/
+30
*
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
1
-3
/
+2
*
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2016-01-06
1
-41
/
+29
*
Fixed #25981 -- Added need to update migrations to on_delete deprecation warn...
Luis San Pablo
2015-12-24
1
-6
/
+6
*
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-12-03
1
-1
/
+1
*
Fixed #25723 -- Made related field checks lookup against their local apps.
Simon Charette
2015-11-11
1
-0
/
+68
*
Fixed #25560 -- Made empty string related_name invalid.
Simon Charette
2015-10-16
1
-0
/
+1
*
Refs #25535 -- Minor edits to ForeignObject check changes.
Tim Graham
2015-10-14
1
-17
/
+17
*
Fixed #25535 -- Made ForeignObject checks less strict.
Antoine Catton
2015-10-12
1
-3
/
+80
*
Fixed #25503 -- Fixed system check crash on ForeignKey to abstract model.
Mariusz Felisiak
2015-10-06
1
-26
/
+30
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-13
/
+20
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-59
/
+152
*
Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...
薛丞宏
2015-06-26
1
-2
/
+9
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+1
*
Fixed #22064 -- Add check for related_name
André Ericson
2014-10-04
1
-0
/
+67
*
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-09
1
-1
/
+30
*
Flake8 corrections
Shai Berger
2014-03-12
1
-1
/
+0
*
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-11
1
-17
/
+69
[next]