Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-7/+9
* Fixed #25129 -- Made model instance defaults work with mi...Tim Graham2015-07-211-1/+1
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+4
* [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.g...Abhaya Agarwal2015-05-131-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...Marc Tamlyn2015-02-201-0/+4
* Refs #24215 -- Prevented pending lookup pollution by abst...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 #20...Tim Graham2015-01-191-11/+9
* Refs #2443 -- Allowed creation of objects with NULL Durat...MichaƂ Modzelewski2015-01-071-0/+4
* Fixed #24078 -- Removed empty strings from GenericIPAddre...Josh Smeaton2015-01-071-0/+4
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-0/+51
* Removed warning handling that should have been removed in...Tim Graham2015-01-071-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_n...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...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)...Shai Berger2014-03-121-0/+6
* Flake8 correctionsShai Berger2014-03-121-0/+1
* Fixed #22210 -- Saving model instances to non-related fie...Daniel Pyrathon2014-03-101-0/+3
* Fixed #19299 -- Fixed Nullification of Foreign Keys To Ch...Albert 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` signal...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 B...Alasdair Nicol2013-08-161-2/+2
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-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