summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-08-10[1.6.x] Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-06[1.6.x] Added section labels in cache docsLeandro Regueiro
2013-08-05[1.6.x] Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
2013-08-04[1.6.x] Fixed #20855 -- Added documentation of current_app and extra_context ...Justin Michalicek
2013-08-03[1.6.x] Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-07-29[1.6.x] Misc doc cleanups.minusf
2013-07-29[1.6.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...Jannis Leidel
2013-07-28[1.6.x] Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-07-19[1.6.x] LocaleMiddleware isn't default anymore (corrected docs)Sergio Oliveira
2013-07-19[1.6.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-18[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-16[1.6.x] Reworked docs for ModelForm validation.Loic Bistuer
2013-07-14[1.6.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-11[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-09[1.6.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08[1.6.x] Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08[1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-04[1.6.x] Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-07-04[1.6.x] Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-07-03[1.6.x] Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-07-03[1.6.x] Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-02[1.6.x] A couple more semicolon -> colon fixes; refs #18134.Tim Graham
2013-07-01[1.6.x] Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
2013-06-30[1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
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-27Fixed #20590: Documented new test case orderingAndrew Godwin
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-24Clarified get_list_or_404 docs, refs #14150.Tim Graham
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 errors and inconsistencies in CBV topic documentation.Baptiste Mispelon
2013-06-21Fixed #20612 -- Fixed incorrect wording in CBV documentationBaptiste Mispelon
2013-06-19Fixed broken reference in documentation.Baptiste Mispelon
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-14Fixed #20604 - Fixed file example in docs.Tim Graham
2013-06-13Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and err...Loic Bistuer
2013-06-13Fixed order of base classes in CBV mixin docsDanilo Bargen
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-11FormSet.forms is an iterable, so just iterate over itWilfred Hughes
2013-06-10Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-06-10Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham