summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_uuid.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-56/+79
* Fixed random models_fields.test_uuid.TestQuerying failures.Mariusz Felisiak2019-12-271-1/+3
* Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...Ian Foote2019-09-231-1/+43
* Refs #29915 -- Added tests for using pattern lookups with values without hyph...Ian Foote2019-09-231-1/+71
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-2/+3
* Fixed #29869 -- Made UUIDField.to_python() convert integers.Sanyam Khurana2018-10-241-0/+16
* Fixed #27595 -- Made ForeignKey.get_col() follow target chains.Simon Charette2018-10-221-1/+5
* Refs #27148 -- Fixed UUIDField.to_python(None) crash.ClairePhila2017-02-101-1/+12
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.Tim Graham2016-10-311-4/+4
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-6/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+4
* Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham2015-08-101-2/+15
* Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.Cole Maclean2015-06-061-0/+7
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() t...Abhaya Agarwal2015-05-121-1/+6
* Fixed #24611 -- Fixed update() crash with related UUID pk object.Jay Wineinger2015-04-131-0/+17
* Fixed #24343 -- Ensure db converters are used for foreign keys.Marc Tamlyn2015-02-201-1/+9
* Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton2015-02-131-0/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Added UUIDField.deconstruct()Tim Graham2015-02-051-0/+8
* Fixed #23617 -- Added get_pk_value_on_save()Anssi Kääriäinen2015-02-031-0/+17
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+89