summaryrefslogtreecommitdiff
path: root/tests/modeltests/one_to_one
Commit message (Expand)AuthorAgeFilesLines
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-4/+9
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-071-4/+5
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-132-2/+7
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+1
* Migrated one_to_one doctests. Thanks to George Sakkis for the patch. (We have...Russell Keith-Magee2010-10-122-147/+119
* Fixed #10157: correctly set the related objects pk when assigning a reverse O...Jacob Kaplan-Moss2009-03-301-0/+2
* There are some variations in the printed names of exceptions between Oracle andMalcolm Tredinnick2008-08-201-5/+9
* Added savepoint support to the transaction code.Malcolm Tredinnick2008-08-121-5/+3
* Fixed #6886: Tightened up ForeignKey and OneToOne field assignment. Specifica...Jacob Kaplan-Moss2008-06-051-4/+1
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-9/+34
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-6/+6
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-6/+6
* Fixed #2783 -- Fixed one-to-one fields to work with any primary key data typeMalcolm Tredinnick2006-09-261-0/+14
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-2/+2
* Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee2006-07-011-0/+24
* Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty2006-06-041-28/+28
* Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty2006-05-061-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+130