summaryrefslogtreecommitdiff
path: root/tests/model_fields/models.py
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-4/+4
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-7/+9
* Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).Tim Graham2015-07-211-1/+1
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-0/+4
* [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() t...Abhaya Agarwal2015-05-121-0/+8
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-11/+0
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti2015-02-211-0/+2
* Fixed #24343 -- Ensure db converters are used for foreign keys.Marc Tamlyn2015-02-201-0/+4
* Refs #24215 -- Prevented pending lookup pollution by abstract models.Simon Charette2015-02-121-0/+11
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-10/+12
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-191-11/+9
* Refs #2443 -- Allowed creation of objects with NULL DurationFieldsMichaƂ Modzelewski2015-01-071-0/+4
* Fixed #24078 -- Removed empty strings from GenericIPAddressFieldJosh Smeaton2015-01-071-0/+4
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-0/+51
* Removed warning handling that should have been removed in refs #23891.Tim Graham2015-01-061-5/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-2/+3
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+4
* Fixed #23455 -- Accept either bytes or text for related_name, convert to text.Carl Meyer2014-12-121-1/+1
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+13
* Fixed flake8 warnings.Tim Graham2014-07-311-1/+1
* Fixed the previous commit for Python3.Florian Apolloner2014-07-301-2/+3
* Fixed #23112 -- Field.get_choices tries to index an iterableareski2014-07-301-0/+23
* Created import-time test temp dirs in known locationClaude Paroz2014-06-231-1/+1
* Fixed #18389 -- Fixed the way contribute_to_class is calledVlad Starostin2014-05-161-1/+11
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #12030 -- Validate integer field range at the model level.Simon Charette2014-03-251-1/+17
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-6/+4
* Fixed #20292: Pass datetime objects (not formatted dates) as params to OracleShai Berger2014-03-121-0/+6
* Flake8 correctionsShai Berger2014-03-121-0/+1
* Fixed #22210 -- Saving model instances to non-related fields.Daniel Pyrathon2014-03-101-0/+3
* Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFieldsAlbert Wang2014-02-151-0/+9
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-6/+6
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette2013-10-041-11/+38
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-1/+4
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-2/+2
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-141-11/+6
* Add a BinaryField model fieldClaude Paroz2013-03-021-0/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+200