Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields/test_uuid.py
Commit message (Expand)AuthorAgeFilesLines
* 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 ch...Tim Graham2015-08-101-2/+15
* Fixed #24859 -- Made QuerySet.get() with UUIDField raise ...Cole Maclean2015-06-071-0/+7
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* [1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.g...Abhaya Agarwal2015-05-131-1/+6
* Fixed #24611 -- Fixed update() crash with related UUID pk...Jay Wineinger2015-04-131-0/+17
* Fixed #24343 -- Ensure db converters are used for foreign...Marc Tamlyn2015-02-201-1/+9
* Fixed #24319 -- Added validation for UUID model fieldJosh Smeaton2015-02-121-0/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Added UUIDField.deconstruct()Tim Graham2015-02-061-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