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-12-20
[2.0.x] Refs #28932 -- Skipped the failing test for refs #28915 on Oracle.
Tim Graham
2017-12-12
[2.0.x] Fixed #28915 -- Prevented SQLite from truncating trailing zeros in th...
Sergey Fedoseev
2017-09-29
[2.0.x] Fixed #27979 -- Made MySQL raise IntegrityError rather than Operation...
Tim Graham
2017-08-31
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-20
Removed unused models.DecimalField._format().
Sergey Fedoseev
2017-06-26
Removed unnecessary empty parentheses in class definitions.
Jon Dufresne
2017-06-17
Fixed #28319 -- Made TextField with choices use a Select widget.
Maciej Jaworski
2017-06-14
Fixed #27914 -- Added support for nested classes in Field.deconstruct()/__rep...
chillaranand
2017-06-09
Refs #27953 -- Removed hardcoded uses of Model.__str__() in tests.
Collin Anderson
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-05-31
Refs #27777 -- Improved docs/added test for File context manager change.
Ingo Klöcker
2017-05-11
Fixed #28188 -- Fixed crash when pickling model fields.
Tim Graham
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
2017-05-09
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Claude Paroz
2017-04-29
Removed blank line in tests/model_fields/test_decimalfield.py per isort.
Tim Graham
2017-04-28
Refs #6767 -- Added test for fetching decimal values without rounding error o...
Mariusz Felisiak
2017-03-23
Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' for fields ...
Kapil Garg
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-10
Refs #27148 -- Fixed UUIDField.to_python(None) crash.
ClairePhila
2017-01-29
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
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
[next]