Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed E128 flake8 warnings in tests/. | Tim Graham | 2016-04-08 | 1 | -2/+1 |
* | Fixed #26230 -- Made default_related_name affect related_query_name. | chenesan | 2016-02-27 | 1 | -0/+16 |
* | Removed try/fail antipattern from model_options tests. | Tim Graham | 2016-02-25 | 1 | -29/+12 |
* | Fixed many spelling mistakes in code, comments, and docs. | Josh Soref | 2015-12-03 | 1 | -1/+1 |
* | Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey... | Flavio Curella | 2015-07-27 | 1 | -3/+3 |
* | Renamed Field.rel attribute to remote_field | Anssi Kääriäinen | 2015-03-25 | 1 | -2/+2 |
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 3 | -3/+5 |
* | Replaced DatabaseCreation sql methods by schema editor equivalents | Claude Paroz | 2014-12-23 | 1 | -5/+4 |
* | Fixed #22778 -- Added a model Meta option to define default_related_name. | Renaud Parent | 2014-06-18 | 2 | -0/+87 |
* | Created a new tests folder (`model_options`). | Moayad Mardini | 2014-06-11 | 4 | -0/+176 |