Josh Soref
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 жил өмнө |
sarthakmeh
|
4bc00defd0
Fixed #14217 -- Added validation for field name collision when using model inheritance.
|
9 жил өмнө |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 жил өмнө |
Michael Manfre
|
f9c3587b51
Fixed #25055 -- Made m2m long name testing friendlier for 3rd party databases.
|
9 жил өмнө |
Berker Peksag
|
f2e4d39a71
Switched to use assertEqual instead of assertEquals.
|
10 жил өмнө |
Jon Dufresne
|
966a29c2b8
Fixed #24479 -- Added system check to prevent both ordering and order_wrt.
|
10 жил өмнө |
Tim Graham
|
e144e0e237
Removed unnecessary parentheses in model check messages.
|
10 жил өмнө |
Aron Podrigal
|
4d73303ee9
Fixed #24249 -- Improved field shadowing validation in model multi-inheritance.
|
10 жил өмнө |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 жил өмнө |
Shai Berger
|
dd9b3312d0
Fixed name of database connection feature
|
10 жил өмнө |
Daniel Pyrathon
|
865bc71783
Added a unit test to ensure models cannot be ordered by a M2M field.
|
10 жил өмнө |
Anubhav Joshi
|
1c50d6ae2b
Fixed problem introduced with #refs 13711.
|
10 жил өмнө |
Anubhav Joshi
|
91f1b6dcdc
Fixed #13711 -- Model check added to ensure that auto-generated column name is within limits of the database.
|
10 жил өмнө |
Vincent-Vega
|
d04e730224
Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.
|
11 жил өмнө |
Marc Egli
|
0bcc92c691
Fixed #22356 -- Added a check to make sure unique_together fields are local.
|
11 жил өмнө |
Russell Keith-Magee
|
82ac389486
Edited model and field checks for grammar and consistency.
|
11 жил өмнө |
Russell Keith-Magee
|
bc4dc6e99c
Edited model check messages for grammar and consistency.
|
11 жил өмнө |
Anubhav Joshi
|
bb2ca9fe6c
Fixed #22172 -- Allowed index_together to be a single list (rather than list of lists)..
|
11 жил өмнө |
Christopher Medrela
|
ee9fcb1672
Fixed #17673 -- Forbid field shadowing.
|
11 жил өмнө |
Russell Keith-Magee
|
d818e0c9b2
Fixed #16905 -- Added extensible checks (nee validation) framework
|
11 жил өмнө |