summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2013-06-09Update media.txtKenny Rachuonyo
2013-06-06Explained that timezone.now() always returns times in UTC.Jacob Kaplan-Moss
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-04Fixed #18924 -- Made test.Client.logout send user_logged_out signal.Tim Graham
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-05-31Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.Tim Graham
2013-05-31Merge pull request #1232 from fusionbox/normalize_emailClaude Paroz
2013-05-30Tweak caching decorators/utility functions xrefs.Ramiro Morales
2013-05-29Don't hard-code class names when calling static methodsGavin Wahl
2013-05-28Fixed #20523 - Incorrect form field for FilePathField.Tim Graham
2013-05-28Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-27Patch for ticket #20506 - documentation typeyishaibeeri
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-23Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-23Fixed comments for translators example in the i18n documentationPanagiotis H.M. Issaris
2013-05-20Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham
2013-05-20Fixed #20403 -- Ignore forms marked for deletion when validating max_num.Ryan Kaskel
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-05-19Add missing imports and models to the examples in internationalization and lo...Silvan Spross
2013-05-19Fixed some line wrapping, refs #20233Tim Graham
2013-05-19Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-05-19Improve cookie based session backend docs.Marc Tamlyn
2013-05-19Merge pull request #1145 from postrational/ticket_20233Andrew Godwin
2013-05-19refs #20233 - Full custom user model example isn't really fullpostrational
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-05-18Add missing imports and models to the examples in the the model layer documen...Marc Egli
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedƁukasz Langa
2013-05-18Fixed #20335 - Documented the {% language %} template tag.Tim Graham
2013-05-18Fixed #20444 -- Cookie-based sessions does not include a remote code executio...Erik Romijn