index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2012-11-19
Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-11-17
Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
Aymeric Augustin
2012-11-17
Merge pull request #467 from tomchristie/page-kwarg
Jannis Leidel
2012-11-17
Merge pull request #466 from kenthauser/ticket_19025
Jannis Leidel
2012-11-17
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exceptio...
Jannis Leidel
2012-11-17
Fixed #19114 -- Fixed LogEntry unicode representation
Claude Paroz
2012-11-17
Fixed #19036 -- Fixed base64 uploads decoding
Claude Paroz
2012-11-17
Refactor loaddata for readability.
Ramiro Morales
2012-11-17
Fixed #19226 -- Applied linebreaksbr to read-only fields in admin
Claude Paroz
2012-11-17
Fixed #18989 -- Removed unused condition in CursorWrapper
Claude Paroz
2012-11-17
Merge pull request #490 from gabrielhurley/reverse-prefix-special-chars
Jannis Leidel
2012-11-17
Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...
Jannis Leidel
2012-11-16
Fixed #18985 -- made DeprecationWarnings loud
Preston Holmes
2012-11-16
comment_will_be_sent can cause a 400, not a 403
Brandon Adams
2012-11-16
Fixed #19296 -- Applied test connection sharing for spatialite
Claude Paroz
2012-11-15
Another regression fix for select_related handling
Anssi Kääriäinen
2012-11-15
Fixed a regression in select_related
Anssi Kääriäinen
2012-11-15
Fixed #13781 -- Improved select_related in inheritance situations
Anssi Kääriäinen
2012-11-15
Fixed #19058 -- Fixed Oracle GIS crash
Anssi Kääriäinen
2012-11-14
Fixed #19272 -- Fixed gettext_lazy returned type on Python 2
Claude Paroz
2012-11-14
Fixed #19186 -- Fixed sending mail with unicode content on Python 3
Claude Paroz
2012-11-13
Fixed select_related performance regressions
Anssi Kääriäinen
2012-11-13
Removed use of SortedDict for query.alias_refcount
Anssi Kääriäinen
2012-11-13
Some changes to SortedDict to make it faster under py2
Anssi Kääriäinen
2012-11-12
Negligible spacing fix in utils/log.py
Adrian Holovaty
2012-11-11
Tweaked cache key creation to avoid strict typing.
Aymeric Augustin
2012-11-11
Merge pull request #218 from mgrouchy/ticket_18582
Aymeric Augustin
2012-11-10
Fixed #19273 -- Fixed DB cache backend on pg 9.0+ and py3
Anssi Kääriäinen
2012-11-10
Removed an impossible code path in cache function
Claude Paroz
2012-11-10
Fixed #14264 -- Ensured settings.configure configures logging
Claude Paroz
2012-11-09
Fixed #19262 -- Support cookie pickling in SimpleTemplateResponse
Sean Breant
2012-11-09
Fixed #19261 -- Delayed Queryset evaluation in paginators
Claude Paroz
2012-11-09
Added missing encoding preamble to gis tests.
Florian Apolloner
2012-11-08
Made Page class inherit collections.Sequence
Claude Paroz
2012-11-08
Fixed #17144 -- MySQL again groups by PK only
Anssi Kääriäinen
2012-11-07
Fixed #19257 -- Don't swallow command's KeyError in call_command
Claude Paroz
2012-11-06
Fixed #14315 -- Made memcached backend handle negative incr/decr values
Claude Paroz
2012-11-06
Fixed #19254 -- Bug in SESSION_FILE_PATH handling.
Aymeric Augustin
2012-11-05
Fixed #8627 -- Prevented textareas to swallow first newline content
Claude Paroz
2012-11-05
Removed unnecessary import after b98083ce3d
Claude Paroz
2012-11-04
Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191
Preston Holmes
2012-11-04
Merge pull request #495 from aisipos/ticket_18949
Alex Gaynor
2012-11-04
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Anton I. Sipos
2012-11-04
Fixed #19240 -- include pagination error details in ListView 404
Preston Holmes
2012-11-04
Merge pull request #494 from mrj0/model_split
Alex Gaynor
2012-11-04
use six.string_types for python3
Mike Johnson
2012-11-04
Remove some bizzare and unnecesary code.
Alex Gaynor
2012-11-04
model_split: Fixed #19236 - fixed error for abstract models with a split method
Mike Johnson
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-11-03
Fixed #18963 -- Used a subclass-friendly pattern
Aymeric Augustin
[next]