summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-28Updated version numbers and setup.py for 1.6beta.1.6b1Jacob Kaplan-Moss
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Prevented running some admin_view tests twice.Tim Graham
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Merge pull request #1312 from kenbolton/klb/docsMarc Tamlyn
2013-06-27Fix typoKen Bolton
2013-06-27Fixed #20244: PermissionsMixin now defines a related_query_name for M2MsAndrew Godwin
2013-06-27Docs for related_query_nameAndrew Godwin
2013-06-27Merge pull request #1311 from loic/ticket20619_take2Andrew Godwin
2013-06-27Fixed LOGGING setting docsClaude Paroz
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-27Fixed #20541 -- don't raise db signals twice when creating superuserAnton Baklanov
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-26Merge pull request #1309 from treyhunner/patch-1Simon Charette
2013-06-26Add missing preposition in documentationTrey Hunner
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-26Merge pull request #1308 from loic/ticket20462Tim Graham
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-26Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...Loic Bistuer
2013-06-26Fixed missing initializations in WSGIRequest. Refs #20619Loic Bistuer
2013-06-25Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argumentBaptiste Mispelon
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla
2013-06-25Doc cleanup for FormMixin.prefix; refs #18872.Tim Graham
2013-06-25Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docsDaniel Izquierdo
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee
2013-06-24Fixed #20636 -- Stopped stuffing values in the settings.Aymeric Augustin
2013-06-24Clarified get_list_or_404 docs, refs #14150.Tim Graham
2013-06-24Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened indexBaptiste Mispelon
2013-06-24Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docsBaptiste Mispelon
2013-06-24Corrected minor typos in FileUploadHandler.receive_data_chunk docs.Simon Meers
2013-06-23Fixed #20524 - Described keywords in triaging contrib doc.SusanTan
2013-06-23Fixed errors and inconsistencies in CBV topic documentation.Baptiste Mispelon
2013-06-23Fixed a very old email address of mine still lingering in the AUTHORS fileRemco Wendt
2013-06-22Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales
2013-06-22Added missing `versionadded` for `FormMixin.prefix`.Simon Charette
2013-06-22Merge pull request #1295 from LuRsT/fix_sqlite_convert_values_20587Andrew Godwin
2013-06-22Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves
2013-06-22Merge pull request #1294 from LuRsT/added_prefix_to_form_mixinMarc Tamlyn
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-22Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet initClaude Paroz
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
2013-06-21Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.James Bennett
2013-06-21Fixed #20612 -- Fixed incorrect wording in CBV documentationBaptiste Mispelon
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham