Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/field_subclassing/fields.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-241-88/+0
|
* 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
| | | | | Forwardport of ae1d663b7913f6da233c55409c4973248372d302 from stable/1.8.x plus more.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+1
|
* Corrected deprecation warning silencing of SubfieldBase.Tim Graham2014-09-051-0/+10
|
* Fixed #22537 -- Add tests and improved docs for field ↵Mike Fogel2014-04-301-0/+5
| | | | subclass with choices.
* Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn2014-03-141-0/+5
| | | | | | | | | | db_parameters should respect an already existing db_type method and return that as its type string. In particular, this was causing some fields from gis to not be generated. Thanks to @bigsassy and @blueyed for their work on the patch. Also fixed #22260
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* PEP8 cleanupJason Myers2013-11-031-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+74