summaryrefslogtreecommitdiff
path: root/tests/modeltests/many_to_many/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2010-10-19Migrated many-to-many doctests. Thanks to George Sakkis for the patch.Russell Keith-Magee
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2008-08-12Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...Gary Wilson Jr
2008-06-12Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a man...Adrian Holovaty
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-01-29Fixed #3389 -- Many-to-many sets can now be assigned with primary key valuesAdrian Holovaty
2006-12-20Fixed problem with assiging an empty list to m2m related descriptors, introdu...Russell Keith-Magee
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-07-01Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...Russell Keith-Magee
2006-06-04Changed all model unit tests to use __str__() instead of __repr__(). Also sli...Adrian Holovaty
2006-05-14Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick
2006-05-02Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty