summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-09-16Merge pull request #372 from ptone/patch-2Florian Apolloner
Clearer wording for defer docs
2012-09-15Clearer wording for defer docsPreston Holmes
2012-09-15Fixes docs typoCamilo Nova
2012-09-15Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd ↵Tim Graham
for the report.
2012-09-15Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; ↵Tim Graham
thanks charettes for the draft example.
2012-09-15Added an example of using a form wizard with different templates; thanks ↵Tim Graham
Lorin Hochstein for the patch.
2012-09-15Removed reference to note removed in ↵Tim Graham
a78dd109e6c81c49e90e36e9b793bad67c46c23c; refs #15552
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the ↵Tim Graham
draft patch.
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
AsText will not be supported in further versions of PostGIS (>=2).
2012-09-14Correcting my English.Bryan Veloso
2012-09-14Adding myself to the committers list.Bryan Veloso
2012-09-12Fixed my terribly outdated profile in committers.txt in celebration of my ↵Jeremy Dunck
commit bit.
2012-09-10Removed a colloquialism ("and then some") from the documentation index page ↵Julien Phalip
that would be confusing to non-native English speakers.
2012-09-10Removed an obsolete documentation page about admin style customization.Julien Phalip
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
Refs #16630.
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
The previously-referenced wiki page documents backwards-incompatible changes from .96 to 1.0. Changed that referece to point to current in-development release notes, which is where such changes are now documented.
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
Thanks UloPe and Eric Florenzano for the patch, and Malcolm Tredinnick for review.
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fixed typo in commit for #15730; thanks Bruno Renié for the catch.Tim Graham
2012-09-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
This rewrites the entire example to use the same DB names throughout, and also is hopefully a bit more sensibly described. Additionally, the missing import of the random module for choosing a read slave is included in the example now.
2012-09-08Updated print statements to work with py3; thanks Claude Paroz noting this.Tim Graham
2012-09-08Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
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
Fixed #18832 - Updated ModelForm example fields to match note below
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
Fixes #18245. Refs #3542.
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ↵Preston Holmes
patch.
2012-09-08Fixed #17156 -- Added documentation examples for exists()Tim Graham
Thanks mrmagooey for the draft patch.
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
Refs #16023.
2012-09-08Fixed #18365 - Added a reminder of the context processor required for the ↵Tim Graham
set_language view. Thanks Nick Martini for the patch.
2012-09-08Merge pull request #354 from shabda/ticket_18928Tim Graham
Fixed #18928 - Tightened language in docs/README
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
Thanks Shabda Raaj for the draft patch.
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
* Stated upfront that the messages framework is enabled by default. * Explained why FallbackStorage, despites its unattractive name, is the default and likely the most efficient message storage class. Thanks Jeremy Dunck for the review. Closes #17026 (again).
2012-09-07Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the ↵Tim Graham
draft patch.
2012-09-07Small reorganisation of initial parts of URL documentation.Malcolm Tredinnick
Trying to move most of the introductory example stuff up to the top and pushing the reference bits further down.
2012-09-07Merge pull request #351 from 1ntrud3r/patch-1Tim Graham
Remove unused imports in tutorial 4. refs #18915
2012-09-07Merge pull request #341 from nmartini/masterTim Graham
Updated text in tutorial 3 regarding removing unused import; refs #18915
2012-09-07Fixed typo from 7435cc01.Aymeric Augustin
Thanks kmike.
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
Closes #17452.
2012-09-07remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt
After submitting ticket #18915, I noticed 2 additional occurrences of the issue.
2012-09-07Document ``six.assertRaisesRegex``.Alex Gaynor
2012-09-07Merge pull request #331 from davidfischer/masterJames Bennett
Ticket #17324 - Improve security docs with better CSRF explanation
2012-09-07Merge pull request #333 from brad/ticket_18917James Bennett
clarify clean_<field> docs, ticket #18917
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ↵Alex Gaynor
brutasse for the patch.