index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
field_subclassing
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-07-25
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...
Jon Dufresne
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-09-23
Removed SubfieldBase per deprecation timeline.
Tim Graham
2015-07-21
Refs #24919 -- Made test models serializable for migrations.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-09-05
Corrected deprecation warning silencing of SubfieldBase.
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-04-30
Fixed #22537 -- Add tests and improved docs for field subclass with choices.
Mike Fogel
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-02
PEP8 cleanup
Jason Myers
2013-09-18
Fixed #12568 -- no error when accessing custom field's descriptor
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner