summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-05-19Clarified when triagers should close tickets as needsinfo.Aymeric Augustin
2013-05-19Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon
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 internationalization and lo...Silvan Spross
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-19Fixed some line wrapping, refs #20233Tim Graham
2013-05-19Merge pull request #1098 from zsiciarz/ticket-16829Marc Tamlyn
2013-05-19Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-05-19Fixed #20452 -- Rename 'headers' to 'header fields'.bbjay
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 to the examples in the 'First Steps'leandrafinger
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 #20284 - Added a note about DEBUG in static file docs.Tim Graham
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-18Merge pull request #1128 from erikr/improve-smallint-docsTim Graham
2013-05-18Fixed #20335 - Documented the {% language %} template tag.Tim Graham
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-18Merge pull request #1122 from ambv/issue13285Aymeric Augustin
2013-05-18Fixed #13285: populate_xheaders breaks cachingŁukasz Langa
2013-05-18Fixed #20444 -- Cookie-based sessions does not include a remote code executio...Erik Romijn
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
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 #20402: removed as-limit from uWSGI example.Aymeric Augustin
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-18Reorganize committers list chronologically.Aymeric Augustin
2013-05-17Finally add myself to the committers listDonald Stufft
2013-05-17Tidy up some of the transaction documentation.Marc Tamlyn
2013-05-17Fix up company link.Marc Tamlyn
2013-05-17Added myself to committers.Marc Tamlyn
2013-05-17Fixed #20426 -- Added some extra info to the auth forms.Florian Apolloner
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Removed "specialists".Jacob Kaplan-Moss
2013-05-16Updated my bio.Jacob Kaplan-Moss
2013-05-16Fixed #20421 - Typo in class-based view docs.Tim Graham