summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-09-14Fixed #3922 -- Added a warning that fields passed to form_for_model callback ...Malcolm Tredinnick
2007-09-14Fixed #4360 -- Corrected where HTTP headers are in the test response. Also no...Malcolm Tredinnick
2007-09-14Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t...Russell Keith-Magee
2007-09-14Fixed #2319 -- Added a note that the sites framework is used by admin's view-...Malcolm Tredinnick
2007-09-13Fixed #4793 -- Tweaked custom filter documentation a little to possibly reduc...Malcolm Tredinnick
2007-09-13Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...Malcolm Tredinnick
2007-09-13Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David PaccoudAdrian Holovaty
2007-09-13Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washi...Adrian Holovaty
2007-09-12Added 'Claiming tickets' section to docs/contributing.txtAdrian Holovaty
2007-09-12Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew She...Adrian Holovaty
2007-09-10Combined two paragraphs in docs/contributing.txtAdrian Holovaty
2007-09-10Attempted to bold part of docs/contributing.txtAdrian Holovaty
2007-09-10Added 'How to document new features' to docs/contributing.txtAdrian Holovaty
2007-09-09Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas GuttlerAdrian Holovaty
2007-09-09Added bullet to docs/contributing.txt about creating diffs from the top-level...Adrian Holovaty
2007-09-09Fixed broken link in docs/django-admin.txtAdrian Holovaty
2007-09-09Improved 'Examples of using different ports and addresses' section in docs/dj...Adrian Holovaty
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-09-09Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.comAdrian Holovaty
2007-09-09Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txtAdrian Holovaty
2007-09-08Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Pac...Gary Wilson Jr
2007-09-05Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin...Russell Keith-Magee
2007-09-04Updated docs/cache.txt section on 'dummy caching' to use the same example for...Adrian Holovaty
2007-09-04Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the ex...Russell Keith-Magee
2007-09-04Fixed #5212, #5222 -- Added the ability for users to register their own comma...Russell Keith-Magee
2007-09-03Fixed #5271 -- Fixed documentation reference to using the application name as...Russell Keith-Magee
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-09-03Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20....Adrian Holovaty
2007-09-02Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/m...Adrian Holovaty
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-31Made negligible capitalization fix to docs/db-api.txtAdrian Holovaty
2007-08-26Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.Gary Wilson Jr
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-25Added note to docs/django-admin.txt section on 'testserver' that the server d...Adrian Holovaty
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...Adrian Holovaty
2007-08-25Removed incorrect link that slipped in docs/db-api.txt in [6010]Adrian Holovaty
2007-08-25Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile...Adrian Holovaty
2007-08-25Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,...Adrian Holovaty
2007-08-25Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-...Adrian Holovaty
2007-08-25Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unic...Adrian Holovaty
2007-08-25Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, C...Adrian Holovaty
2007-08-25Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T...Adrian Holovaty
2007-08-21Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelmAdrian Holovaty
2007-08-20Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ...Malcolm Tredinnick
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-08-19Edited docs/templates.txt change from [5938]Adrian Holovaty
2007-08-19Used the url() function when adding a named URL pattern, mostly as an example...Malcolm Tredinnick
2007-08-19Added documentation of the arguments for the url() function.Malcolm Tredinnick
2007-08-19Fixed #5180 -- Added man pages for remaining files under django/bin/. We stil...Malcolm Tredinnick
2007-08-19Added links from any reference to the url template tag to the appropriate pla...Malcolm Tredinnick