summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHELClaude Paroz
2013-05-18Added example of using sitemaps with static views.Zbigniew Siciarz
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-18Fixed #20408 -- Clarified that values_list() doesn't return a list.Aymeric Augustin
2013-05-18Fixed #20294 -- Documented context processors in TemplateResponseMixin.Zbigniew Siciarz
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham
2013-05-16Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-16Make the example usage of import_by_path less confusing.Marc Tamlyn
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley