summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-06-20Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.Simon Charette
2013-06-20Fixed error in last commit. Thanks Simon Charette.Tim Graham
2013-06-20Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts
2013-06-20Fixed #20632 -- Fixed {{ docs_version }} in project templateBaptiste Mispelon
2013-06-20Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee
2013-06-19Merge pull request #1287 from mintchaos/patch-1Alex Gaynor
2013-06-19Itty bitty typo fix.Christian Metts
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-19Merge pull request #1282 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed MySQL failing test introduced by c86a9b6Loic Bistuer
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-18Fixed #14930 -- values_list() failure on qs ordered by extra columnFlorian Hahn
2013-06-18Merge pull request #1281 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Merge pull request #1280 from erikr/improve-password-reset2Aymeric Augustin
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-18Fixed #20618 -- Fixed regression in `BoundField.label_tag`.Baptiste Mispelon
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-18Fixed #20615 -- Added trove classifiers for major Python versions.Aymeric Augustin
2013-06-17Added myself to the commiters list.Baptiste Mispelon
2013-06-17Fixed #20614 -- Typo in documentation.Baptiste Darthenay
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-16Fixed #20583 -- ORM always uses setup_joins() for join generationAnssi Kääriäinen
2013-06-15Adjusted the docs to reflect when the checksetup command was added.Daniel Lindsley
2013-06-15Fixed #20606 -- Fixed 'for' example in template tag docsClaude Paroz
2013-06-15Worked around Python 3.3 modified exception reprClaude Paroz