summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-21Updated assertions in pagination testClaude Paroz
2012-11-21Add orphans support to MultipleObjectMixinChris Beaven
2012-11-21Paginator._get_page hookChris Beaven
2012-11-20Fixed #19331 (again) use the right admin named URL.Ramiro Morales
2012-11-20Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-20Fixed #19331 -- Added missing trailing slash in auth admin templateClaude Paroz
2012-11-20Fixed #19325 - Made email backend of AdminEmailHandler configurableHannes Struss
2012-11-20Merge pull request #544 from strongriley/masterTim Graham
2012-11-19Fix typo in commentRiley Strong
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-19Merge pull request #536 from 1st/patch-1Tim Graham
2012-11-19Merge pull request #537 from 1st/patch-2Tim Graham
2012-11-18Fixed #19306 - Improved syndication example.Tim Graham
2012-11-18Update docs/releases/1.5.txtAnton Danilchenko
2012-11-18Update docs/ref/models/querysets.txtAnton Danilchenko
2012-11-17Fixed #19308 - Clarified stringformat filter exampleTim Graham
2012-11-17Fixed #13997 - Added an example of constructing a MultiWidget and documented ...Tim Graham
2012-11-17Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-17Fix typo in file storage docs.Aymeric Augustin
2012-11-17Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17Merge pull request #467 from tomchristie/page-kwargJannis Leidel
2012-11-17Merge pull request #466 from kenthauser/ticket_19025Jannis Leidel
2012-11-17Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...Jannis Leidel
2012-11-17Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-17Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
2012-11-17Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz
2012-11-17Refactor loaddata for readability.Ramiro Morales
2012-11-17Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
2012-11-17Fixed #18989 -- Removed unused condition in CursorWrapperClaude Paroz
2012-11-17Fixed #19310 -- changed method docs formatting for custom file storage docsPreston Holmes
2012-11-17Fixed typo introduced in 4a5e8087ac7676ef08e76275c1f756778b39c13e.Jannis Leidel
2012-11-17Merge pull request #490 from gabrielhurley/reverse-prefix-special-charsJannis Leidel
2012-11-17Merge branch 'master' of github.com:django/djangoJannis Leidel
2012-11-17Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...Jannis Leidel
2012-11-17Documented that contrib.sites creates a default site.Tim Graham
2012-11-16Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
2012-11-16Merge pull request #521 from emidln/masterTim Graham
2012-11-16comment_will_be_sent can cause a 400, not a 403Brandon Adams
2012-11-16Fixed #19296 -- Applied test connection sharing for spatialiteClaude Paroz
2012-11-15Update django/contrib/flatpages/forms.pyvanschelven
2012-11-15Another regression fix for select_related handlingAnssi Kääriäinen
2012-11-15Fixed a regression in select_relatedAnssi Kääriäinen
2012-11-15Fixed #18347 -- Removed autofield raw SQL inserts from testsAnssi Kääriäinen
2012-11-15Fixed #13781 -- Improved select_related in inheritance situationsAnssi Kääriäinen
2012-11-15Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
2012-11-14Fixed #19289 - Removed an out of place sentence in tutorial 2.Tim Graham
2012-11-14Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
2012-11-14Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
2012-11-13fixed a broken link in the docsAlex Gaynor
2012-11-13Merge pull request #516 from dcramer/masterAlex Gaynor