summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-09-08Merge pull request #359 from nmartini/ticket_18832Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
2012-09-08Fixed a typo in the Python 3 compatibility docs.Michal Petrucha
2012-09-08fixing modelforms example code, ticket #18832Nick Martini
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-09-08Fixed #17156 -- Added documentation examples for exists()Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-08Fixed #18365 - Added a reminder of the context processor required for the set...Tim Graham
2012-09-08Merge pull request #354 from shabda/ticket_18928Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-08Fixed #18928. Tightened language in docs/README.Shabda Raaj
2012-09-07Updated the Ubuntu installation section for 12.04 release.Justin Bronn
2012-09-07Clarified the messages documentation.Aymeric Augustin
2012-09-07Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the dr...Tim Graham
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
2012-09-07Merge pull request #351 from 1ntrud3r/patch-1Tim Graham
2012-09-07Merge pull request #341 from nmartini/masterTim Graham
2012-09-07Fixed typo from 7435cc01.Aymeric Augustin
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-09-07remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt
2012-09-07Document ``six.assertRaisesRegex``.Alex Gaynor
2012-09-07Merge pull request #331 from davidfischer/masterJames Bennett
2012-09-07Merge pull request #333 from brad/ticket_18917James Bennett
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...Alex Gaynor
2012-09-07Updated the GEOS, PostGIS, and PROJ.4 versions in the GeoDjango installation ...Justin Bronn
2012-09-07removed unused import from tutorial 3 documentation as per ticket #18915Nick Martini
2012-09-07Merge pull request #336 from dlo/tickets/18915Alex Gaynor
2012-09-07[py3] Documented forwards-compatible aliasesAymeric Augustin
2012-09-07remove unused import in decoupling URLs tutorial, closes #18915Dan Loewenherz
2012-09-07specify any orderable field can be specified in get_latest_by, closes #18875Dan Loewenherz
2012-09-07clarify clean_<field> docs, ticket #18917Brad Pitcher
2012-09-06Formatting fix for host headers sectionDavid Fischer
2012-09-06Added CSRF with HTTPS/HSTS and forwarding noteDavid Fischer
2012-09-06Added note about Strict Transport Security (HSTS)David Fischer
2012-09-06Fixed minor typo in 1.3 release notes.Simon Meers
2012-09-05Merge pull request #318 from Matt-Stevens/masterAdrian Holovaty
2012-09-05Fixed #18904 - Typo in MySQL link; thanks Johie Anderson for the report.Tim Graham
2012-09-05Fixed #18905 - Changed to new url for DjangopeopleShabda Raaj
2012-09-04Fixed #9967 - Added a link to a bug that affects contrib.comments redirects.Tim Graham
2012-09-03Changes day to from 2 to 30Matt Stevens
2012-09-03Clarifies day and month in example querysetMatt Stevens
2012-09-01Merge pull request #315 from streeter/auth-docs-cleanup-patchTim Graham
2012-09-01Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm ...Tim Graham
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-09-01Fixed #13608 - Noted that template lookups use literal values.Tim Graham
2012-09-01Fixed #17378 - Added a flattened index for class-based views.Tim Graham
2012-09-01Fixed #16936 - Updated javascript for CSRF protection.Tim Graham
2012-08-31Fixed #18642 - Added a note suggesting the use of render() rather than render...Tim Graham