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
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-26
Fixed #21512 -- Added more complete information about Pillow and PIL in model...
Vajrasky Kok
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-04
Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.
Simon Charette
2013-09-28
Fixed #20439 -- Started deprecation of IPAddressField
Erik Romijn
2013-09-03
Removed references to django.utils.unittest which is PendingDeprecation
Tim Graham
2013-08-30
Fixed #20999 - Allow overriding formfield class with choices, without subclas...
Carl Meyer
2013-08-29
Altered test introduced in f19a3669b8 for the sake of readability. refs #14786
Simon Charette
2013-08-29
Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...
Tim Graham
2013-08-15
Fixed #20895 -- Made check management command warn if a BooleanField does not...
Alasdair Nicol
2013-07-31
Fixed #20649 -- Allowed blank field display to be defined in the initial list...
Alex Couper
2013-07-31
Fixed #20348 -- Consistently handle Promise objects in model fields.
Tai Lee
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-12
Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-08
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Aymeric Augustin
2013-04-12
Modified model_fields for unittest2 discovery.
Preston Timmons
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner