django/tests/model_fields
Anssi Kääriäinen 8adc59038c Fixed #23617 -- Added get_pk_value_on_save()
The method is mainly intended for use with UUIDField. For UUIDField we
want to call the field's default even when primary key value is
explicitly set to None to match the behavior of AutoField.

Thanks to Marc Tamlyn and Tim Graham for review.
2015-02-03 09:23:44 -05:00
..
4x8.png
8x4.png
__init__.py
models.py
test_durationfield.py
test_field_flags.py
test_imagefield.py
test_uuid.py Fixed #23617 -- Added get_pk_value_on_save() 2015-02-03 09:23:44 -05:00
tests.py Fixed typos in code comments. 2015-01-20 12:18:03 -05:00