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
2012-03-23
Pulled contenttypes translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-15
Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...
Luke Plant
2012-03-14
Added Tatar translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Swahili translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Nepali translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Kazakh translation. Refs #17822.
Jannis Leidel
2012-03-14
Added Esperanto to the list of languages. Refs #17822.
Jannis Leidel
2012-03-14
Pulled the contenttypes translations updates from Transifex. Refs #17822.
Jannis Leidel
2012-03-05
Updated contenttypes base translation files with new strings. Refs #17822.
Jannis Leidel
2012-03-01
Fixed #17696 - Queryset prefetch_related() ignores using()
Luke Plant
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-02-11
Fixed #17256 -- Ensured that content types get cached when retrieved by natur...
Julien Phalip
2012-02-04
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...
Jannis Leidel
2012-01-02
Fixed #8997 -- Prevented the contenttypes `shortcut` view to hide errors occu...
Julien Phalip
2011-12-22
Updated English base translation files in preparation of the alpha release so...
Jannis Leidel
2011-10-12
Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...
Alex Gaynor
2011-10-12
Convert the contettypes tests to use self.assertNumQueries, rather than hand ...
Alex Gaynor
2011-10-08
More efficient IN clauses for prefetch_related queries by use of sets to elim...
Luke Plant
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-09-29
Made GenericRelatedObjectManager consistent with other related managers w.r.t...
Luke Plant
2011-09-29
Cleanups to related manager code, especially in use of closures.
Luke Plant
2011-09-26
Removed unused parameter 'join_table' in various bits of RelatedManager code
Luke Plant
2011-09-23
Fixed #16917 -- Don't try to use the model name for a ContentType's unicode r...
Carl Meyer
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
[next]