| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -16/+16 |
| | | |||||
| * | Followed style guide for model attribute ordering. | Matt Wiens | 2018-12-27 | 1 | -3/+3 |
| | | |||||
| * | Fixed nonexistent field reference in test model __str__() method. | Demur Nodia | 2018-07-30 | 1 | -4/+1 |
| | | |||||
| * | Refs #23919 -- Removed six.<various>_types usage | Claude Paroz | 2017-01-18 | 1 | -2/+1 |
| | | | | | Thanks Tim Graham and Simon Charette for the reviews. | ||||
| * | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | 2017-01-18 | 1 | -19/+0 |
| | | |||||
| * | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
| | | |||||
| * | Refs #25415 -- Fixed invalid models in the test suite. | Adam Chainz | 2016-09-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed #25431 -- Readded inline foreign keys to modelformset instances | Claude Paroz | 2015-09-21 | 1 | -0/+4 |
| | | | | | | | Too much field exclusions in form's construct_instance() in _post_clean() could lead to some unexpected missing ForeignKey values. Fixes a regression from 45e049937. Refs #13776. | ||||
| * | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | 2015-07-27 | 1 | -17/+17 |
| | | | | | ForeignKey/OneToOneField | ||||
| * | Fixed #24958 -- Fixed inline forms using UUID-PK parents with auto-PK children. | Jason Hoos | 2015-06-26 | 1 | -0/+30 |
| | | |||||
| * | Fixed #24377 -- Fixed model inline formsets with primary key's that have ↵ | Tim Graham | 2015-02-23 | 1 | -0/+13 |
| | | | | | defaults. | ||||
| * | PEP8 | Jason Myers | 2013-11-02 | 1 | -0/+26 |
| | | | | | Signed-off-by: Jason Myers <jason@jasonamyers.com> | ||||
| * | Fixed #20895 -- Made check management command warn if a BooleanField does ↵ | Alasdair Nicol | 2013-08-15 | 1 | -3/+3 |
| | | | | | | | | not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch. | ||||
| * | Merged regressiontests and modeltests into the test root. | Florian Apolloner | 2013-02-26 | 1 | -0/+217 |
