summaryrefslogtreecommitdiff
path: root/django/contrib/contenttypes
AgeCommit message (Expand)Author
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-15Updated contrib apps translationsClaude Paroz
2012-11-24[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't crea...Russell Keith-Magee
2012-11-23Added new languagesClaude Paroz
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
2012-10-29[1.5.x] Fixed #17991 - prefetch_related fails with GenericRelation and varcha...Luke Plant
2012-10-15Updated base translation filesClaude Paroz
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-08Cleaned whitespace errors introduced in previous commitAnssi Kääriäinen
2012-06-08Fixed #18399 – Added a way to get ContentTypes for proxy modelsSimon Charette
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-23Pulled contenttypes translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-15Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...Luke Plant
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the contenttypes translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-05Updated contenttypes base translation files with new strings. Refs #17822.Jannis Leidel
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-11Fixed #17256 -- Ensured that content types get cached when retrieved by natur...Julien Phalip
2012-02-04Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...Jannis Leidel
2012-01-02Fixed #8997 -- Prevented the contenttypes `shortcut` view to hide errors occu...Julien Phalip
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-10-12Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...Alex Gaynor
2011-10-12Convert the contettypes tests to use self.assertNumQueries, rather than hand ...Alex Gaynor
2011-10-08More efficient IN clauses for prefetch_related queries by use of sets to elim...Luke Plant
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-09-29Made GenericRelatedObjectManager consistent with other related managers w.r.t...Luke Plant
2011-09-29Cleanups to related manager code, especially in use of closures.Luke Plant
2011-09-26Removed unused parameter 'join_table' in various bits of RelatedManager codeLuke Plant
2011-09-23Fixed #16917 -- Don't try to use the model name for a ContentType's unicode r...Carl Meyer
2011-09-16Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...Carl Meyer
2011-09-15Fixed #16854 -- corrected an AttributeError coming from the contenttypes post...Alex Gaynor
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-08-12Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...Jannis Leidel
2011-07-19Fixed some 5-space indents that were introduced with multidb.Alex Gaynor