index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2013-07-23
[1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend.
Aymeric Augustin
2013-07-23
[1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change.
Kirill Fomichev
2013-07-23
[1.6.x] Minor change to get_extra_descriptor_filter()
Anssi Kääriäinen
2013-07-22
[1.6.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output
Claude Paroz
2013-07-22
[1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueField
Claude Paroz
2013-07-21
[1.6.x] Fixed an email validation regression
Claude Paroz
2013-07-21
[1.6.x] Fixed #13696 -- ensured inline pk field is rendered
Karen Tracey
2013-07-19
[1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation.
Simon Charette
2013-07-18
[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Loic Bistuer
2013-07-13
[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...
Tim Graham
2013-07-13
[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translated
Claude Paroz
2013-07-12
[1.6.x] Fixed backport of #20740
Tim Graham
2013-07-12
[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...
Tim Graham
2013-07-09
[1.6.x] Fixed last_executed_query test failure on Oracle
Shai Berger
2013-07-09
[1.6.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.
Tim Graham
2013-07-09
[1.6.x] Partial revert of commit 2bf403ecbd95
Claude Paroz
2013-07-08
[1.6.x] Completed some more name_local names
Claude Paroz
2013-07-08
[1.6.x] Fixed #20716 --Missing 'name_local' translation
Mathias Andre
2013-07-07
[1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstring
SusanTan
2013-07-05
[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-04
[1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...
Tim Graham
2013-07-04
[1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
Tim Graham
2013-07-03
[1.6.x] Fixed #20675 -- `check_password` should work when no password is spec...
Simon Charette
2013-07-03
[1.6.x] Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-07-01
[1.6.x] Updated tests for deprecation of Option.get_(add|change|delete)_permi...
Tim Graham
2013-06-30
[1.6.x] Introduced getters for connection.autocommit and .needs_rollback.
Aymeric Augustin
2013-06-29
[1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.
Tim Graham
2013-06-29
[1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-29
[1.6.x] Do not allow FileSystemStorage.delete to receive an empty name
Claude Paroz
2013-06-29
[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-29
[1.6.x] Removed obsolete comment. Refs #20079.
Aymeric Augustin
2013-06-28
Updated version numbers and setup.py for 1.6beta.
1.6b1
Jacob Kaplan-Moss
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.
Tim Graham
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Merge pull request #1311 from loic/ticket20619_take2
Andrew Godwin
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-26
Fixed missing initializations in WSGIRequest. Refs #20619
Loic Bistuer
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee
2013-06-24
Fixed #20636 -- Stopped stuffing values in the settings.
Aymeric Augustin
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
[next]