| Age | Commit message (Expand) | Author |
| 2011-09-16 | Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres... | Carl Meyer |
| 2011-09-15 | Fixed #16854 -- corrected an AttributeError coming from the contenttypes post... | Alex Gaynor |
| 2011-09-09 | Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ... | Alex Gaynor |
| 2011-08-12 | Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ... | Jannis Leidel |
| 2011-07-19 | Fixed some 5-space indents that were introduced with multidb. | Alex Gaynor |
| 2011-06-16 | Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ... | Jannis Leidel |
| 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 |
| 2011-05-01 | Replaced old-style with new-style decorator syntax. | Jannis Leidel |
| 2011-04-25 | Fixes #14543 -- ContentTypes tests failing if auth app is not installed. Than... | Chris Beaven |
| 2011-04-20 | Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning... | Carl Meyer |
| 2011-04-04 | Fixed #15738 -- Removed unnecessary line in contrib.contenttypes tests. Thank... | Adrian Holovaty |
| 2011-04-02 | Removed deprecated 'no' translation | Russell Keith-Magee |
| 2011-03-28 | Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ... | Adrian Holovaty |
| 2011-03-20 | Pulled translation updates from Transifex again. | Jannis Leidel |
| 2011-03-17 | Fixed plural forms formula for the Croatian (hr) localization by manually ove... | Ramiro Morales |
| 2011-03-17 | Fixed #15622 -- Clear content type cache to avoid problems with subsequence T... | Russell Keith-Magee |
| 2011-03-15 | Pulled contenttypes translation updates from Transifex. | Jannis Leidel |
| 2011-03-07 | Fixed #15554 -- Corrected test failure in contenttypes when default site isn'... | Russell Keith-Magee |
| 2011-03-04 | Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15... | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Irish translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Welsh translation introduced in r15680. | Jannis Leidel |
| 2011-03-04 | Fixed plural forms of Bosnian translation introduced in r15680. | Jannis Leidel |
| 2011-03-01 | Updated contenttypes translations from transifex.net. Refs #15300. | Jannis Leidel |
| 2011-02-06 | Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon... | Russell Keith-Magee |
| 2011-02-05 | Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r... | Russell Keith-Magee |
| 2011-01-26 | Fixed #15161 - Corrected handling of ManyToManyField with through table using... | Carl Meyer |
| 2011-01-21 | Added new translation files to contenttypes contrib app. | Jannis Leidel |
| 2010-11-13 | Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th... | Jannis Leidel |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-10-06 | Fixed #14414 -- Improved contenttypes shortcut() view to check that the Conte... | Adrian Holovaty |
| 2010-10-04 | Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit... | Luke Plant |
| 2010-04-16 | Fixed #13358 -- Ensured that db_manager() can be used to override database ro... | Russell Keith-Magee |
| 2010-03-31 | Fixed #13250 -- Corrected a problem with the use of routing rules on the crea... | Russell Keith-Magee |
| 2010-03-27 | Fixed #13023 - Removed ambiguity with regard to the max_num option of formset... | Jannis Leidel |
| 2010-03-15 | Fixed #12339 -- Made content type deletion an interactive process to prevent ... | Russell Keith-Magee |
| 2010-03-10 | Fixed #12999 -- Modified the contenttypes syncdb handler to use db router log... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. | Joseph Kocherhans |
| 2010-02-22 | Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, specialun... | Joseph Kocherhans |
| 2010-02-01 | Fixed #12628 - Don't ignore read-only fields in GenericInlineModelAdmin durin... | Jannis Leidel |
| 2010-01-22 | Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc... | Justin Bronn |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-21 | Fixed #12577. Reverted some changes from [12098] since [12206] made them unne... | Joseph Kocherhans |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-19 | Fixed #10927 - Content Types shortcut view throws 500s instead of 404s | Luke Plant |
| 2009-12-17 | Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS... | Russell Keith-Magee |
| 2009-12-14 | Fixed #7052 -- Added support for natural keys in serialization. | Russell Keith-Magee |
| 2009-12-09 | Fixed #12340 -- `BaseGenericInlineFormSet.get_queryset` now returns an ordere... | Justin Bronn |