index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-06-28
Updated version numbers and setup.py for 1.6beta.
1.6b1
Jacob Kaplan-Moss
2013-06-28
Fixed missing slash in reusable apps tutorial.
Baptiste Mispelon
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Prevented running some admin_view tests twice.
Tim Graham
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
Merge pull request #1312 from kenbolton/klb/docs
Marc Tamlyn
2013-06-27
Fix typo
Ken Bolton
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Docs for related_query_name
Andrew Godwin
2013-06-27
Merge pull request #1311 from loic/ticket20619_take2
Andrew Godwin
2013-06-27
Fixed LOGGING setting docs
Claude Paroz
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-27
Fixed #20590: Documented new test case ordering
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-27
Fixed #20665 -- Missing backslash in sitemaps documentation
Baptiste Mispelon
2013-06-26
Merge pull request #1309 from treyhunner/patch-1
Simon Charette
2013-06-26
Add missing preposition in documentation
Trey Hunner
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-26
Merge pull request #1308 from loic/ticket20462
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 #20658 -- Fixed bad reST formatting and missing parentheses in the docs...
Loic Bistuer
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
Doc cleanup for FormMixin.prefix; refs #18872.
Tim Graham
2013-06-25
Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs
Daniel Izquierdo
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
Clarified get_list_or_404 docs, refs #14150.
Tim Graham
2013-06-24
Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index
Baptiste Mispelon
2013-06-24
Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docs
Baptiste Mispelon
2013-06-24
Corrected minor typos in FileUploadHandler.receive_data_chunk docs.
Simon Meers
2013-06-23
Fixed #20524 - Described keywords in triaging contrib doc.
SusanTan
2013-06-23
Fixed errors and inconsistencies in CBV topic documentation.
Baptiste Mispelon
2013-06-23
Fixed a very old email address of mine still lingering in the AUTHORS file
Remco Wendt
2013-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
2013-06-22
Added missing `versionadded` for `FormMixin.prefix`.
Simon Charette
2013-06-22
Merge pull request #1295 from LuRsT/fix_sqlite_convert_values_20587
Andrew Godwin
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-22
Merge pull request #1294 from LuRsT/added_prefix_to_form_mixin
Marc Tamlyn
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-22
Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
Claude Paroz
2013-06-21
Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.
Tim Graham
2013-06-21
Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
James Bennett
2013-06-21
Fixed #20612 -- Fixed incorrect wording in CBV documentation
Baptiste Mispelon
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-20
Fixed #19319 -- Updated example httpd.conf for Apache 2.4
Tim Graham
[next]