Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/field_subclassing
Commit message (Expand)AuthorAgeFilesLines
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-243-241/+2
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-0/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-7/+4
* Fixed #901 -- Added Model.refresh_from_db() methodAnssi Kääriäinen2014-11-281-0/+6
* Corrected deprecation warning silencing of SubfieldBase.Tim Graham2014-09-052-12/+10
* Fixed #18757, #14462, #21565 -- Reworked database-python ...Marc Tamlyn2014-09-031-0/+11
* Fixed #22537 -- Add tests and improved docs for field sub...Mike Fogel2014-04-303-3/+28
* Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn2014-03-142-1/+14
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-032-3/+3
* PEP8 cleanupJason Myers2013-11-032-0/+4
* Fixed #12568 -- no error when accessing custom field's de...Anssi Kääriäinen2013-09-181-1/+15
* Removed most of absolute_import importsClaude Paroz2013-07-292-3/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-264-0/+192