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
Age
Commit message (
Expand
)
Author
2017-03-23
[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...
Kapil Garg
2017-02-10
[1.11.x] Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-01-19
[1.11.x] Fixed spelling mistakes in code and comments.
james mike dupont
2016-12-20
Added a test for NullBooleanField.formfield().
Tim Graham
2016-12-14
Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.
Morgan Aubert
2016-12-14
Moved test_field_ordering to the model_fields package.
Morgan Aubert
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
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-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-26
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-09-19
Fixed #27219 -- Changed cx_Oracle client encoding to AL32UTF8 to allow 4-byte...
Dmitry Medvinsky
2016-07-16
Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-07-12
Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
Andrey Fedoseev
2016-06-30
Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.
Berker Peksag
2016-06-28
Fixed #26786 -- Avoided redundant max value validators on integer fields.
Eduard Stepanov
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-28
Refs #24227 -- Fixed crash of ManyToManyField.value_from_object() on unsaved ...
Tim Graham
2016-05-04
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Claude Paroz
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-29
Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressF...
Joshua Phillips
2016-04-13
Refs #16508 -- Renamed the current "virtual" fields to "private".
Michal Petrucha
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-23
Split model_fields tests into different files.
Tim Graham
2016-03-10
Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
Tim Graham
2016-02-29
Fixed #26186 -- Documented how app relative relationships of abstract models ...
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-11
Fixed #25858 -- Bound abstract model application relative relationships.
Simon Charette
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-12-05
Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.
Attila Tovt
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-24
Fixed #25767 -- Fixed data truncation possibility with Positive(Small)Integer...
George Marshall
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
2015-09-18
Fixed #24636 -- Added model field validation for decimal places and max digits.
Iulia Chiriac
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-09
Serialized some tests that interact with the filesystem.
Aymeric Augustin
2015-09-01
Fixed #25320 -- Reverted ManyToManyField.null to False for backwards compatib...
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-08-03
Removed unused Field.get_flatchoices() method.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-06-06
Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.
Cole Maclean
2015-06-04
Fixed #24677 -- Made TextField.to_python() return a string.
Rolo
2015-06-02
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
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
[next]