summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2015-10-27[1.9.x] Revert "Fixed #25417 -- Added a field check for invalid default values."Simon Charette
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
2015-09-21Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol
2015-09-18Fixed #25417 -- Added a field check for invalid default values.Simon Charette
2015-09-18Fixed #25034 -- Converted caches ImproperlyConfigured error to a system check.Tom Christie
2015-07-31Fixed #25174 -- Moved some details of CheckMessage to the reference guide.Tim Graham
2015-07-15Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.rroskam
2015-07-13Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...Daniel Roseman
2015-07-13Documented templates system check type.Tim Graham
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens
2015-03-21Fixed #24479 -- Added system check to prevent both ordering and order_wrt.Jon Dufresne
2015-02-09Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-19Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-11-27Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães
2014-11-26Fixed #23801 -- Added warning when max_length is used with IntegerFieldMattBlack85
2014-11-13Fixed #23765 -- Removed BooleanField default check which often yielded false ...Tim Graham
2014-11-13Added missing docs for 1_7.W001 check.Tim Graham
2014-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-10-04Fixed #22064 -- Add check for related_nameAndré Ericson
2014-09-29Fixed spelling mistakes and added words to wordlist.Tim Graham
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-05Added missing periods in docs/ref/checks.txt.Sébastien Fievet
2014-09-04Fixed typo in docs/ref/checks.txt.Tim Graham
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-06-17Fixed #13711 -- Model check added to ensure that auto-generated column name i...Anubhav Joshi
2014-06-06Added formatting and line wrapping to checks reference doc.Tim Graham
2014-06-02Fixed #22690 -- Added a check for proxy models containing fields.Craig de Stigter
2014-05-16Fixed #21905 -- Add info message if DateField or TimeField use a fixed valueMarkus Holtermann
2014-05-16Refs #21798 - Modified error number to provide room for future expansion.Russell Keith-Magee
2014-05-16Fixed #21798 -- Added check for DateTime mutually exclusive optionsDaniel Pyrathon
2014-05-15Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein
2014-04-14Fixed #22356 -- Added a check to make sure unique_together fields are local.Marc Egli
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-08Fixed #22034 -- Added a specific set of relation checks for GenericInlineMode...Russell Keith-Magee
2014-03-07Fixed typo in docs/ref/checks.txtTim Graham
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-03Added backwards compatibliity checks to reference documentation.Russell Keith-Magee
2014-03-03Added first cut at reference documentation for the checks framework.Russell Keith-Magee
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee