summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
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 #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-17Merge pull request #490 from gabrielhurley/reverse-prefix-special-charsJannis Leidel
2012-11-17Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...Jannis Leidel
2012-11-16Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
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 #13781 -- Improved select_related in inheritance situationsAnssi Kääriäinen
2012-11-15Fixed #19058 -- Fixed Oracle GIS crashAnssi Kääriäinen
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 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-12Negligible spacing fix in utils/log.pyAdrian Holovaty
2012-11-11Tweaked cache key creation to avoid strict typing.Aymeric Augustin
2012-11-11Merge pull request #218 from mgrouchy/ticket_18582Aymeric Augustin
2012-11-10Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3Anssi Kääriäinen
2012-11-10Removed an impossible code path in cache functionClaude Paroz
2012-11-10Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz
2012-11-09Fixed #19262 -- Support cookie pickling in SimpleTemplateResponseSean Breant
2012-11-09Fixed #19261 -- Delayed Queryset evaluation in paginatorsClaude Paroz
2012-11-09Added missing encoding preamble to gis tests.Florian Apolloner
2012-11-08Made Page class inherit collections.SequenceClaude Paroz
2012-11-08Fixed #17144 -- MySQL again groups by PK onlyAnssi Kääriäinen
2012-11-07Fixed #19257 -- Don't swallow command's KeyError in call_commandClaude Paroz
2012-11-06Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz
2012-11-06Fixed #19254 -- Bug in SESSION_FILE_PATH handling.Aymeric Augustin
2012-11-05Fixed #8627 -- Prevented textareas to swallow first newline contentClaude Paroz
2012-11-05Removed unnecessary import after b98083ce3dClaude Paroz
2012-11-04Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04Merge pull request #495 from aisipos/ticket_18949Alex Gaynor
2012-11-04Fixed #18949 -- Improve performance of model_to_dict with many-to-manyAnton I. Sipos
2012-11-04Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
2012-11-04Merge pull request #494 from mrj0/model_splitAlex Gaynor
2012-11-04use six.string_types for python3Mike Johnson
2012-11-04Remove some bizzare and unnecesary code.Alex Gaynor
2012-11-04model_split: Fixed #19236 - fixed error for abstract models with a split methodMike Johnson
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin