This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-24 09:09:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
model_fields
History
Sergey Fedoseev
ae6fa914aa
Fixed
#28926
-- Fixed loss of precision of big DurationField values on SQLite and MySQL.
2017-12-28 17:35:41 -05:00
..
__init__.py
…
4x8.png
…
8x4.png
…
models.py
Simplified choices iterators in tests.model_fields.models.
2017-11-13 13:11:07 -05:00
test_binaryfield.py
Fixed
#28937
-- Allowed BinaryField to be editable=True.
2017-12-22 16:31:46 -05:00
test_booleanfield.py
…
test_charfield.py
…
test_datetimefield.py
…
test_decimalfield.py
Fixed
#28915
-- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField.
2017-12-12 21:57:41 -10:00
test_durationfield.py
Fixed
#28926
-- Fixed loss of precision of big DurationField values on SQLite and MySQL.
2017-12-28 17:35:41 -05:00
test_field_flags.py
…
test_filefield.py
…
test_floatfield.py
…
test_foreignkey.py
Fixed
#28856
-- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
2017-11-30 09:28:44 -05:00
test_genericipaddressfield.py
…
test_imagefield.py
…
test_integerfield.py
…
test_manytomanyfield.py
…
test_promises.py
…
test_slugfield.py
…
test_textfield.py
…
test_uuid.py
…
tests.py
…