index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
checks.txt
Age
Commit message (
Expand
)
Author
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-13
Fixed #23765 -- Removed BooleanField default check which often yielded false ...
Tim Graham
2014-11-13
Added missing docs for 1_7.W001 check.
Tim Graham
2014-10-17
Fixed #23469 -- Removed test runner compatibility check which often yielded f...
Tim Graham
2014-10-16
Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.
Rigel Di Scala
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-09-29
Fixed spelling mistakes and added words to wordlist.
Tim Graham
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-09-05
Added missing periods in docs/ref/checks.txt.
Sébastien Fievet
2014-09-04
Fixed typo in docs/ref/checks.txt.
Tim Graham
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-06-17
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-06
Added formatting and line wrapping to checks reference doc.
Tim Graham
2014-06-02
Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
2014-05-16
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
Markus Holtermann
2014-05-16
Refs #21798 - Modified error number to provide room for future expansion.
Russell Keith-Magee
2014-05-16
Fixed #21798 -- Added check for DateTime mutually exclusive options
Daniel Pyrathon
2014-05-15
Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.
Anders Steinlein
2014-04-14
Fixed #22356 -- Added a check to make sure unique_together fields are local.
Marc Egli
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-08
Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...
Russell Keith-Magee
2014-03-07
Fixed typo in docs/ref/checks.txt
Tim Graham
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-03-03
Added backwards compatibliity checks to reference documentation.
Russell Keith-Magee
2014-03-03
Added first cut at reference documentation for the checks framework.
Russell Keith-Magee
2014-03-02
Fixed some typos in the documentation.
Baptiste Mispelon
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee