summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2010-04-16Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee
2010-03-31Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee
2010-03-27Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel
2010-03-15Fixed #12339 -- Made content type deletion an interactive process to prevent ...Russell Keith-Magee
2010-03-10Fixed #12999 -- Modified the contenttypes syncdb handler to use db router log...Russell Keith-Magee
2010-02-23Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans
2010-02-22Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, specialun...Joseph Kocherhans
2010-02-01Fixed #12628 - Don't ignore read-only fields in GenericInlineModelAdmin durin...Jannis Leidel
2010-01-22Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...Justin Bronn
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-21Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...Joseph Kocherhans
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #10927 - Content Types shortcut view throws 500s instead of 404sLuke Plant
2009-12-17Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...Russell Keith-Magee
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-12-09Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere...Justin Bronn
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-06-11Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries/results...Brian Rosner
2009-04-18Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...Jacob Kaplan-Moss
2009-04-13Fixed #9804 -- Corrected the introspection of sequence names. This was causin...Russell Keith-Magee
2009-04-11Fixed #10738 -- Fixed content type values for deferred and proxy models.Malcolm Tredinnick
2009-04-03Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...Jacob Kaplan-Moss
2009-04-03Fixed #9546: GenericRelations inherited from base models no longer query usin...Jacob Kaplan-Moss
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2009-03-10Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...Russell Keith-Magee
2009-02-23Fixed #10274 -- Fixed an embarrassing mistake in BaseGenericInlineFormSet.get...Brian Rosner
2008-12-03Refs #8248 - GenericRelations descriptors now return self when accessed via c...Luke Plant
2008-09-10Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty
2008-09-03Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick
2008-09-02Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...Jacob Kaplan-Moss
2008-08-28Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).Malcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed #5937 -- When filtering on generic relations, restrict the target objec...Malcolm Tredinnick
2008-08-10Fixed #4667 -- Added support for inline generic relations in the admin. Thank...Brian Rosner
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-08-01Fixed #2175: Added tests for models with multiple GenericForeignKeysLuke Plant
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2008-04-15Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz.Malcolm Tredinnick
2008-03-12Fixed #5570: generic foreign keys no longer do multiple lookups on the conten...Jacob Kaplan-Moss
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss
2007-12-09Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.Malcolm Tredinnick
2007-09-15Fixed #5177 -- Changed content type creation to also remove the types for any...Malcolm Tredinnick
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
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-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-03-11Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ...Jacob Kaplan-Moss