summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2013-06-03Fixed #20545 - Made class-based view MRO lists consistent.Tim Graham
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-05-31Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-05-31Fixed #20511 -- Corrected link about isolation levels in databases docsClaude 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-28Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-28Fixed #20228 - Documented unique_for_date and exclude behavior.Tim Graham
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
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-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 #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee
2013-05-22Fixed a broken link introduced in a542b808baf.Tim Graham
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-21Merge pull request #1196 from selwin/last-doc-fixTim Graham
2013-05-21Fixed #20476 -- Typo.Aymeric Augustin
2013-05-21Slightly reworded 'last()' docs.Selwin Ong
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-21Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej
2013-05-21Removed a confusing duplicate SESSION_COOKIE_DOMAIN headerŁukasz Langa
2013-05-20Fixed warnings in admindocs; refs #20126.Tim Graham
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-19Fixed #20459 - Improved example for setting HTTP header fields.Tim Graham
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-19Merge pull request #1162 from sspross/patch-docsMarc Tamlyn
2013-05-19Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_...Pablo Recio
2013-05-19Add missing imports and models to the examples in the admin documentationvkuzma
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-05-19Add missing imports and models to the examples in security documentationSilvan Spross
2013-05-19Add missing imports and models to the examples in the template layer document...Silvan Spross
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-05-19Merge pull request #1098 from zsiciarz/ticket-16829Marc Tamlyn
2013-05-19Fixed #20452 -- Rename 'headers' to 'header fields'.bbjay
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-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft