Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields/test_field_flags.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25320 -- Reverted ManyToManyField.null to False ↵Tim Graham2015-09-011-0/+6
| | | | | | for backwards compatibility. Thanks Tom Christie for the report and review.
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-1/+1
|
* Fixed #24667 --- Repaired model_fields cardinality testYoong Kang Lim2015-04-201-2/+2
|
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-3/+3
| | | | | | | | Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True.
* Fixed #24289 -- Reversed usage of Field.many_to_one and ↵Loic Bistuer2015-02-131-6/+6
| | | | | | | one_to_many. Thanks Carl Meyer and Tim Graham for the reviews and to all involved in the discussion.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+2
|
* Fixed #12663 -- Formalized the Model._meta API for ↵Daniel Pyrathon2015-01-071-0/+220
retrieving fields. Thanks to Russell Keith-Magee for mentoring this Google Summer of Code 2014 project and everyone else who helped with the patch!