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
2015-02-21
[1.8.x] Fixed #24376 -- added verbose_name arg to UUIDField
Michael Angeletti
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
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
2014-03-12
Fixed test failure on Oracle: model_fields.tests.test_float_validates_object
Shai Berger
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-05
Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength
Chris Wilson
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-15
Fixed #19299 -- Fixed Nullification of Foreign Keys To CharFields
Albert Wang
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-19
Removed unused local variables in tests.
Tim Graham
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-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