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
/
django
/
contrib
/
contenttypes
Age
Commit message (
Expand
)
Author
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-06-11
Fixed #11302 -- Avoid unnesscary (and possibly unintentional) queries/results...
Brian Rosner
2009-04-18
Fixed #9122: generic inline formsets now respect exclude and max_num. Thanks,...
Jacob Kaplan-Moss
2009-04-13
Fixed #9804 -- Corrected the introspection of sequence names. This was causin...
Russell Keith-Magee
2009-04-11
Fixed #10738 -- Fixed content type values for deferred and proxy models.
Malcolm Tredinnick
2009-04-03
Fixed #10522: accept tuples in `generic_inlineformset_factor(exclude)`. Thank...
Jacob Kaplan-Moss
2009-04-03
Fixed #9546: GenericRelations inherited from base models no longer query usin...
Jacob Kaplan-Moss
2009-03-30
Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...
Jacob Kaplan-Moss
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-12-03
Refs #8248 - GenericRelations descriptors now return self when accessed via c...
Luke Plant
2008-09-10
Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...
Adrian Holovaty
2008-09-03
Fixed #8669 -- Use a consistent version of create() across the board for
Malcolm Tredinnick
2008-09-02
Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...
Jacob Kaplan-Moss
2008-08-28
Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
Fixed #5937 -- When filtering on generic relations, restrict the target objec...
Malcolm Tredinnick
2008-08-10
Fixed #4667 -- Added support for inline generic relations in the admin. Thank...
Brian Rosner
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-08-01
Fixed #2175: Added tests for models with multiple GenericForeignKeys
Luke Plant
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-15
Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz.
Malcolm Tredinnick
2008-03-12
Fixed #5570: generic foreign keys no longer do multiple lookups on the conten...
Jacob Kaplan-Moss
2008-03-10
Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...
Jacob Kaplan-Moss
2007-12-09
Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs #2749.
Malcolm Tredinnick
2007-09-15
Fixed #5177 -- Changed content type creation to also remove the types for any...
Malcolm Tredinnick
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
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-11
Added {{{ContentType.objects.clear_cache()}}} which clears the lookup cache. ...
Jacob Kaplan-Moss
2007-01-12
Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ...
Jacob Kaplan-Moss
2006-12-07
Added django.contrib.contenttypes.management.create_all_contenttypes() functi...
Adrian Holovaty
2006-08-27
Refs #2333 - Added 'test' target to django-admin script. Includes addition of...
Russell Keith-Magee
2006-06-20
Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...
Adrian Holovaty
2006-06-19
Fixed #1856 -- install content-type entries and auth permissions for
Malcolm Tredinnick
2006-05-15
Fixed #1864 -- Changed ContentType repr to str
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]