summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-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-14Fixed #20604 - Fixed file example in docs.Tim Graham
2013-06-14Added missing docs for the checksetup command.Daniel Lindsley
2013-06-14Merge pull request #1271 from batisteo/ticket-20565Marc Tamlyn
2013-06-14Fixed #20565 -- Added template examples for GCBV.Baptiste Darthenay
2013-06-14Fixed #15273 -- Extend RedirectView to allow reversal by name.Marc Tamlyn
2013-06-13Added a ``checksetup`` management command for verifying Django compatibility.Daniel Lindsley
2013-06-13Added release notes for auth views being reversed by name, not by path.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-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-06-12Fixed #20579 -- Improved TransactionTestCase.available_apps.Aymeric Augustin
2013-06-12Merge pull request #1259 from Wilfred/masterTim Graham
2013-06-12Fixed #20591: added version in docs for utils.module_loading.import_by_path.Baptiste Darthenay
2013-06-11Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.Tim Graham
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-10Merge pull request #1255 from camilonova/patch-2Tim Graham
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-06-09Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
2013-06-09Update media.txtKenny Rachuonyo
2013-06-08Update flatpages.txtCamilo Nova
2013-06-08Allow build of translated documentationClaude Paroz
2013-06-08Update submitting-patches.txtrusskel
2013-06-06Explained that timezone.now() always returns times in UTC.Jacob Kaplan-Moss
2013-06-06Merge pull request #1245 from oinopion/list_select_relatedMarc Tamlyn
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
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-04Fixed #17601 -- expose underlying db exceptions under py2James Aylett
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-06-03Fixed #20552 -- Corrected release notes reference to name of new test discove...Russell Keith-Magee
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-06-01Fixed #20543 - Typo in db model fields docs.Tim Graham
2013-06-01Fixed #18169 -- NoReverseMatch not silenced if from block.superAnssi Kääriäinen
2013-05-31Fixed #20166 - Corrected TEST_DEPENDENCIES example in testing docs.Tim Graham
2013-05-31Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-05-31Fixed #20515 - Clarified note regarding translator comments.Tim Graham
2013-05-31Fixed #20511 -- Corrected link about isolation levels in databases docsClaude Paroz
2013-05-31Merge pull request #1232 from fusionbox/normalize_emailClaude Paroz
2013-05-30Tweak caching decorators/utility functions xrefs.Ramiro Morales
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-29Fixed regroup example.Gavin Wahl
2013-05-29Don't hard-code class names when calling static methodsGavin Wahl