summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2012-11-13Correct 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-13Fixed #19283 -- Fixed typo in imports in CBV docs.Aymeric Augustin
2012-11-13Merge pull request #509 from pydanny/ticket_19244Aymeric Augustin
2012-11-13Fixed #19260 - Added a comment to tutorial 1.Tim Graham
2012-11-13Merge pull request #514 from nippo/masterTim Graham
2012-11-12Converted <paragraph> to <p> per #aaugustin's requestDaniel Greenfeld
2012-11-12Typo in comments docNicolas Ippolito