summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-29Simplified description of HttpResponse(<iterator>)Aymeric Augustin
2013-06-29More import removalsClaude Paroz
2013-06-29Fixed 1.6 release notes.Florian Apolloner
2013-06-28Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.Ramiro Morales
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-28Added missing deprecation note for model permission methods.Simon Charette
2013-06-28Updated FAQ to reflect official Python 3 supportClaude Paroz
2013-06-28Updated FAQ entry about python 3Claude Paroz
2013-06-28Master is now pre-1.7.Jacob 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-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Fix typoKen Bolton
2013-06-27Docs for related_query_nameAndrew Godwin
2013-06-27Fixed LOGGING setting docsClaude Paroz
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
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-26Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...Loic Bistuer
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
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-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-22Added missing `versionadded` for `FormMixin.prefix`.Simon Charette
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
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-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
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-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-17Added myself to the commiters list.Baptiste Mispelon
2013-06-17Fixed #20614 -- Typo in documentation.Baptiste Darthenay