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
/
tests.py
Age
Commit message (
Expand
)
Author
2017-03-23
[1.11.x] Fixed #27969 -- Fixed models.Field.formfield() setting 'disabled' fo...
Kapil Garg
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-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-03-23
Split model_fields tests into different files.
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 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-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-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
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-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-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-04-28
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
Alasdair Nicol
2015-04-15
Fixed model_fields tests to use django TestCase.
Jon Dufresne
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Fixed #24483 -- Prevented keepdb from breaking with generator choices.
David Szotten
2015-02-21
Fixed #24376 -- added verbose_name arg to UUIDField
Michael Angeletti
2015-02-12
Refs #24215 -- Prevented pending lookup pollution by abstract models.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
Fixed typos in code comments.
Adam Taylor
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-11
Removed supports_binary_field flag as all backends support them
Claude Paroz
2015-01-07
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-12
Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
Carl Meyer
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-08-05
Removed code that assumed BooleanField could be null.
Tim Graham
2014-07-30
Fixed #23112 -- Field.get_choices tries to index an iterable
areski
2014-07-30
Fixed flake8 errors.
Tim Graham
2014-07-27
Fixed #23098 -- Checked that lazy choices are not evaluated too soon
Florian Apolloner
2014-05-08
Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-04-21
Fixed queries that may return unexpected results on MySQL due to typecasting.
Erik Romijn
2014-04-09
Used more specific test assertions.
Aymeric Augustin
2014-03-25
Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-13
Skip test for saving microseconds on backends which do not support it.
Shai Berger
2014-03-12
Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle
Shai Berger
[next]