summaryrefslogtreecommitdiff
path: root/tests/model_options
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26230 -- Made default_related_name affect related_query_name.chenesan2016-02-271-0/+16
* Removed try/fail antipattern from model_options tests.Tim Graham2016-02-251-29/+12
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-3/+5
* Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz2014-12-231-5/+4
* Fixed #22778 -- Added a model Meta option to define default_related_name.Renaud Parent2014-06-182-0/+87
* Created a new tests folder (`model_options`).Moayad Mardini2014-06-114-0/+176