index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
/
test_uuid.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-12-27
Fixed random models_fields.test_uuid.TestQuerying failures.
Mariusz Felisiak
2019-09-23
Fixed #29915 -- Added support for values with hyphens to pattern lookups for ...
Ian Foote
2019-09-23
Refs #29915 -- Added tests for using pattern lookups with values without hyph...
Ian Foote
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-10-24
Fixed #29869 -- Made UUIDField.to_python() convert integers.
Sanyam Khurana
2018-10-22
Fixed #27595 -- Made ForeignKey.get_col() follow target chains.
Simon Charette
2017-02-10
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-31
Fixed #27148 -- Fixed ModelMultipleChoiceField crash with invalid UUID.
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-06-06
Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.
Cole Maclean
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-12
[1.8.x] Refs #24698, #24712 -- Forwardported ForeignKey.get_db_prep_value() t...
Abhaya Agarwal
2015-04-13
Fixed #24611 -- Fixed update() crash with related UUID pk object.
Jay Wineinger
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-13
Fixed #24319 -- Added validation for UUID model field
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Added UUIDField.deconstruct()
Tim Graham
2015-02-03
Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn