summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-12-13Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...johannes-gehrs
2013-12-13Added 1.6.2 release notes stub.Tim Graham
2013-12-13Merge pull request #2067 from dominicrodger/masterTim Graham
2013-12-13Changed documentation of HttpResponse.content to indicate it's a bytestringBaptiste Mispelon
2013-12-12Copied 1.6.1 release notes from stable/1.6.x branch.Tim Graham
2013-12-12Moving notes for assertNumQueries next to the other changes to test infrastru...Dominic Rodger
2013-12-12Fixed #21591 -- Added documentation about contrib.messages.get_messages.Rémy HUBSCHER
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-09Fixed #21560 -- missing 'slug' field in example codeChristian Schmitt
2013-12-08Removed an erroneous leading slash introduced by a626bdf648a.Simon Charette
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-07Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07Added fix for #21530 to 1.6.1 release notes.Baptiste Mispelon
2013-12-06Removed a u'' prefix that prevented the docs from building on Python 3.2.Tim Graham
2013-12-05Fixed #21562 -- Warned against using the same app name as a django contrib app.Alasdair Nicol
2013-12-05Fixed another typo in custom model field documentation.Baptiste Mispelon
2013-12-05Fixed typo in custom model field documentation.Baptiste Mispelon
2013-12-04Fixing manager documentation inaccuracyFrank Wiles
2013-12-04List 1.6.x releases in descending orderAlasdair Nicol
2013-12-04Fixed #21558 -- Support building CHM files.Aymeric Augustin
2013-12-04Added link to localized formatting doc from main index.Ramiro Morales
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-12-02Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-11-30Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-30Documented the house style for gender neutral pronouns.Alex Gaynor
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-30Removed Form._errors from the docs in favor of the add_error API.Loic Bistuer
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-28Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-27Added a warning regarding risks in serving user uploaded media.Tim Graham
2013-11-28Fixed typo in release notes.Loic Bistuer
2013-11-27Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer
2013-11-27Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer
2013-11-27Update tutorial part 1 to discuss migrations properlyAndrew Godwin
2013-11-27Field.deconstruct() howto docsAndrew Godwin
2013-11-26Merge pull request #1985 from raphaa/21499Andrew Godwin
2013-11-26Replace use of dict.has_key with `key in dict`Alex Gaynor
2013-11-26Fixed a typo in the documentationAlex Gaynor
2013-11-26Fixed #21448 -- Fixed test client logout with cookie-based sessionsClaude Paroz
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-25Fixed #21507 -- Corrected default widget information for FileFieldLudwik Trammer
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette