summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-05-28Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-28Fixed #20484 -- Added model validation for GenericIPAddressFieldTim Graham
2013-05-28Fixed #20523 - Incorrect form field for FilePathField.Tim Graham
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-28Fixed #20513 - Expanded docs on QuerySet caching.Tim Graham
2013-05-27Fixed #20503 - Moved doctest utilities in with the rest of the deprecated tes...Carl Meyer
2013-05-27Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetErrorTim Graham
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Merge pull request #1226 from bmispelon/ticket-20505Tim Graham
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-27Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon
2013-05-27Fixed URL for six inventory.Aymeric Augustin
2013-05-27Fixed #20508 -- ReST typo.Aymeric Augustin
2013-05-27Patch for ticket #20506 - documentation typeyishaibeeri
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-24Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
2013-05-24Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_linkTim Graham
2013-05-24Merge pull request #1209 from tax/masterPreston Holmes
2013-05-24Updated my bioBrian Rosner
2013-05-24Update link to jQuery Cookie plugin siteAlasdair Nicol
2013-05-24Link to active fork for ODBC backendPaul Tax
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-23Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-23Added back a link to docs/internals/committers.txtTim Graham
2013-05-23Update my employer.Alex Gaynor
2013-05-23Fixing some FIXMEs in howto-release-django. Refs #20082Andrew Godwin
2013-05-23Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz
2013-05-23Fixed #20417 - Noted that a server restart is required to load new templateta...Tim Graham
2013-05-23Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales