index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
generic_relations
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-01
Added test to demonstrate issue 11263 isn't there anymore.
Ramiro Morales
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-03
Fixed widget parent class in generic_relations test
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-05-22
Fixed #16048 -- Use the base manager instead of the default manager to retrie...
Jannis Leidel
2011-05-17
Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...
Honza Král
2010-10-17
Corrected a suite of test failures when running under postgres.
Alex Gaynor
2010-10-15
Fixed #14472 -- converted generic_relations tests from doctests to unitests. ...
Alex Gaynor
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2009-02-23
Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...
Brian Rosner
2008-09-02
Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...
Jacob Kaplan-Moss
2008-09-01
Fixed #8763: added an explicit ordering to the generic_relations test so that...
Jacob Kaplan-Moss
2008-08-28
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
Malcolm Tredinnick
2008-08-27
Fixed #5937 -- When filtering on generic relations, restrict the target objec...
Malcolm Tredinnick
2008-08-12
Fixed a couple typos in the modeltests' descriptions and made use of ReST inl...
Gary Wilson Jr
2008-08-10
Fixed #4667 -- Added support for inline generic relations in the admin. Thank...
Brian Rosner
2008-08-01
Fixed #2175: Added tests for models with multiple GenericForeignKeys
Luke Plant
2007-12-09
Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.
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-05-08
Moved generic relations into django.contrib.contenttypes, since it depends on
Malcolm Tredinnick
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2007-01-25
Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-06-20
Fixed #2195 -- Fixed spelling error in generic_relations model test. Other er...
Adrian Holovaty
2006-06-19
Fixed some small typos in generic_relations model tests
Adrian Holovaty
2006-06-16
Added generic foreign key support to Django. Much thanks to Ian Holsman and
Jacob Kaplan-Moss