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
/
tests
/
invalid_models_tests
Age
Commit message (
Expand
)
Author
2014-11-13
[1.7.x] Fixed #23761 -- Fixed crash with MySQL validator and db_type is None.
Adam DePue
2014-07-08
[1.7.x] Added a unit test to ensure models cannot be ordered by a M2M field.
Daniel Pyrathon
2014-06-01
[1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit relation f...
Vincent-Vega
2014-03-12
Flake8 corrections
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-03
Edited model and field checks for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited model check messages for grammar and consistency.
Russell Keith-Magee
2014-03-03
Edited MySQL-specific check messages for grammar and consistency.
Russell Keith-Magee
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-02-15
Fixed #22047 -- detecting related_name clash with inheritance
Christopher Medrela
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
2014-01-20
Removed a stray new line which upset flake8
Alex Gaynor
2014-01-20
Fixed two test failures under Oracle
Shai Berger
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Deprecated load_app().
Aymeric Augustin