summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21[1.5.x] Modified a staticfiles test to use a unicode character that has just ...Julien Phalip
2012-11-20[1.5.x] Fixed #19331 (again) use the right admin named URL.Ramiro Morales
2012-11-20[1.5.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-20[1.5.x] Fixed #19331 -- Added missing trailing slash in auth admin templateClaude Paroz
2012-11-20[1.5.X] Fixed typo in django.template.defaulttagsRiley Strong
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-19[1.5.X] Fixed typo in docs/ref/models/querysets.txtAnton Danilchenko
2012-11-19[1.5.X] Fixed typo in docs/releases/1.5.txtAnton Danilchenko
2012-11-18[1.5.X] Fixed #19306 - Improved syndication example.Tim Graham
2012-11-18Updated admin base translation file.Ramiro Morales
2012-11-17[1.5.X] Fixed #19308 - Clarified stringformat filter exampleTim Graham
2012-11-17[1.5.X] Fixed #13997 - Added an example of constructing a MultiWidget and doc...Tim Graham
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-17[1.5.x] Fix typo in file storage docs.Aymeric Augustin
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17[1.5.x] Formatting tweaks.Tom Christie
2012-11-17[1.5.x] Include `versionadded 1.5` directiveTom Christie
2012-11-17[1.5.x] Test for `ListView.page_kwarg`Tom Christie
2012-11-17[1.5.x] Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcod...Tom Christie
2012-11-17[1.5.x] Add `form` to formwizard context (includes tests)Kent Hauser
2012-11-17[1.5.X] Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-17[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
2012-11-17[1.5.x] Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz
2012-11-17[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-11-17[1.5.x] Fixed #18989 -- Removed unused condition in CursorWrapperClaude Paroz
2012-11-17[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storag...Preston Holmes
2012-11-17[1.5.x] Fixed typo introduced in 0e3f7814d7106768e8eafcba0e74238fcdb90f9d.Jannis Leidel
2012-11-17[1.5.x] Fixed #18210 -- Escaped special characters in reverse prefixes.Gabriel Hurley
2012-11-17[1.5.x] Fixed #19136 -- Properly escape gettext context prefixes in the i18n ...Jannis Leidel
2012-11-17[1.5.X] Documented that contrib.sites creates a default site.Tim Graham
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
2012-11-16[1.5.x] Fixed #19296 -- Applied test connection sharing for spatialiteClaude Paroz
2012-11-15[1.5.x] Fixed #18347 -- Removed autofield raw SQL inserts from testsAnssi Kääriäinen
2012-11-15[1.5.x] Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-14[1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-11-14[1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
2012-11-14[1.5.x] Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
2012-11-13[1.5.x] fixed a broken link in the docs. Backport of 1e34fd3c03e8f9a9e2b9be35...Alex Gaynor
2012-11-13[1.5.x] Correct link to SentryDavid Cramer
2012-11-13Fixed select_related performance regressionsAnssi Kääriäinen
2012-11-13Removed use of SortedDict for query.alias_refcountAnssi Kääriäinen
2012-11-13Some changes to SortedDict to make it faster under py2Anssi Kääriäinen
2012-11-13[1.5.x] Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-11-13[1.5.X] Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-11-13[1.5.X] Typo in comments docNicolas Ippolito
2012-11-11[1.5.x] Tweaked cache key creation to avoid strict typing.Aymeric Augustin
2012-11-10[1.5.x] Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen
2012-11-10[1.5.x] Removed an impossible code path in cache functionClaude Paroz
2012-11-10[1.5.x] Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz