summaryrefslogtreecommitdiff
path: root/tests/modeltests/many_to_one
Commit message (Expand)AuthorAgeFilesLines
* Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin2013-02-161-28/+28
* Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen2012-12-131-2/+6
* [py3k] Silence many warnings while running the tests.Alex Gaynor2012-09-071-1/+1
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-2/+5
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+2
* Fixed #17497 -- Corrected FieldError message in add_fields()Anssi Kääriäinen2012-07-171-1/+13
* Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz2012-06-072-4/+5
* Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz2012-03-301-1/+1
* Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...Jannis Leidel2012-03-031-0/+12
* Fixed #17527 -- Improved exception message when adding the wrong type of obje...Jannis Leidel2012-02-041-2/+3
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-132-2/+5
* Fixed #14270 - related manager classes should be cachedLuke Plant2011-09-301-0/+10
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+1
* Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel2011-06-281-5/+32
* Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor2011-06-071-2/+4
* Migrated many-to-one doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee2010-10-192-287/+372
* Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...Russell Keith-Magee2010-03-071-0/+7
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-1/+1
* Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss2009-03-301-0/+7
* Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr2008-08-121-1/+1
* Fixed #8070 -- Cache related objects passed to Model init as keyword argument...Gary Wilson Jr2008-08-011-2/+6
* Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss2008-07-191-1/+1
* Fixed #7327 -- Added documentation and test case for defining subqueries. Tha...Russell Keith-Magee2008-06-121-0/+6
* Added some tests to modeltests/many_to_one that demonstrate a post-queryset-r...Adrian Holovaty2008-04-281-2/+15
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-6/+11
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-3/+3
* Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick2007-07-041-5/+10
* Fixed comma splice in error message introduced in [5133]Adrian Holovaty2007-05-061-2/+2
* Fixed #4130 -- Added more self-explanatory error message when a typo is made inMalcolm Tredinnick2007-05-011-2/+2
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-2/+2
* Fixes #2271 -- Added code to imply !__exact on any query argument that doesn'...Russell Keith-Magee2006-07-011-0/+8
* Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee2006-07-011-4/+24
* Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty2006-06-041-40/+40
* Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick2006-05-141-0/+6
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+232