| Age | Commit message (Collapse) | Author |
|
It's how Django formats values internally and makes tests compatible
with databases that use non-integer primary keys.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
Dropped the DJANGO_TEST_TEMP_DIR environment variable.
Before this change, proper removal depended on the developer passing
dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
|
|
|
|
|
|
ManyToManyField.
Thanks Loic Bistuer and Tim Graham for help and review.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
list of choices.
|
|
|