summaryrefslogtreecommitdiff
path: root/tests/model_fields/models.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unused path variable in model_fields tests.Claude Paroz2022-08-231-2/+0
* Removed obsolete assertions in BooleanFieldTests.test_return_type().Mariusz Felisiak2022-06-031-1/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-60/+82
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-12/+9
* Fixed #25534, Fixed #31639 -- Added support for transform references in expre...Ian Foote2020-11-271-0/+8
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+31
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-9/+6
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+4
* Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...Diederik van der Boor2019-08-051-0/+12
* Removed redundant model field choices tests.Matthias Kestenholz2019-03-231-0/+2
* Refs #12663 -- Fixed reference to nonexistent field in model_fields tests.Simon Charette2019-03-171-1/+1
* Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.Joshua Cannon2019-01-301-0/+16
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+2
* Simplified choices iterators in tests.model_fields.models.Sergey Fedoseev2017-11-131-17/+2
* Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.Tim Graham2017-08-311-0/+4
* Decreased max_length for char fields unless absolutely needed. (#8485)Florian Apolloner2017-05-101-1/+1
* Refs #27795 -- Removed unneeded force_text callsClaude Paroz2017-03-041-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-2/+1
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-171-21/+19
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott2016-10-281-1/+1
* Split model_fields tests into different files.Tim Graham2016-03-231-1/+1
* 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