summaryrefslogtreecommitdiff
path: root/tests/model_fields
Commit message (Expand)AuthorAgeFilesLines
* Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved ...Tim Graham2016-05-281-0/+8
* Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz2016-05-043-38/+17
* Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano2016-04-301-2/+2
* Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...Joshua Phillips2016-04-291-0/+8
* Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha2016-04-131-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-4/+5
* Split model_fields tests into different files.Tim Graham2016-03-2317-1055/+1023
* Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.Tim Graham2016-03-101-0/+6
* Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette2016-02-291-21/+32
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-6/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-292-15/+30
* Fixed #25858 -- Bound abstract model application relative relationships.Simon Charette2016-01-111-0/+43
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-1/+5
* Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.Attila Tovt2015-12-051-0/+5
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-4/+4
* Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...George Marshall2015-11-241-3/+29
* Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill2015-09-221-1/+6
* Fixed #24636 -- Added model field validation for decimal places and max digits.Iulia Chiriac2015-09-181-0/+18
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-1/+4
* Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...Tim Graham2015-09-011-0/+6
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-5/+0
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-101-2/+15
* Removed unused Field.get_flatchoices() method.Tim Graham2015-08-031-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-272-10/+12
* 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-172-2/+16
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-2/+3
* Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.Cole Maclean2015-06-061-0/+7
* Fixed #24677 -- Made TextField.to_python() return a string.Rolo2015-06-041-0/+7
* Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne2015-06-021-1/+44
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-204-13/+13
* [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() t...Abhaya Agarwal2015-05-122-1/+14
* Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol2015-04-281-1/+1
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-2/+2
* Fixed #24667 --- Repaired model_fields cardinality testYoong Kang Lim2015-04-201-2/+2
* Fixed model_fields tests to use django TestCase.Jon Dufresne2015-04-151-4/+5
* Fixed #24611 -- Fixed update() crash with related UUID pk object.Jay Wineinger2015-04-131-0/+17
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-252-36/+34
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-252-4/+4
* Fixed #24483 -- Prevented keepdb from breaking with generator choices.David Szotten2015-03-241-7/+0
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Fixed #24376 -- added verbose_name arg to UUIDFieldMichael Angeletti2015-02-212-1/+3
* Fixed #24343 -- Ensure db converters are used for foreign keys.Marc Tamlyn2015-02-202-1/+13
* Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer2015-02-141-6/+6
* Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton2015-02-131-0/+9
* Refs #24215 -- Prevented pending lookup pollution by abstract models.Simon Charette2015-02-122-5/+50
* Fixed #24302 -- Added DurationField.formfield()Tim Graham2015-02-091-0/+9
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-29/+29