1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/modeltests/field_subclassing
2011-03-09 23:46:28 +00:00
..
__init__.py Added the small changes necessary to make creating custom model fields easier. 2007-11-05 13:59:42 +00:00
fields.py Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase metaclass. Thanks to G2P and George Sakkis for their work on the patch. 2010-11-02 18:40:53 +00:00
models.py Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase metaclass. Thanks to G2P and George Sakkis for their work on the patch. 2010-11-02 18:40:53 +00:00
tests.py Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects. 2011-03-09 23:46:28 +00:00