index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
many_to_many
/
models.py
Age
Commit message (
Expand
)
Author
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2008-06-12
Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a man...
Adrian Holovaty
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-01-29
Fixed #3389 -- Many-to-many sets can now be assigned with primary key values
Adrian Holovaty
2006-12-20
Fixed problem with assiging an empty list to m2m related descriptors, introdu...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-07-01
Fixed #2217 -- Allowed raw objects to be used in __exact and __in query terms...
Russell Keith-Magee
2006-06-04
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-05-14
Fixed #1530 -- make count() respect distinct() on QuerySets. Create some
Malcolm Tredinnick
2006-05-02
Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty