index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2008-05-22
Fixed documentation of 'description' option of Admin.fields to reflect actual...
Luke Plant
2008-05-17
Fixed title underline length
Luke Plant
2008-05-16
Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twill
Luke Plant
2008-04-30
Added 'Setting headers' and 'Telling the browser to treat the response as a f...
Adrian Holovaty
2008-04-28
Added the ability to pickle and unpickle QuerySets and Query classes.
Malcolm Tredinnick
2008-04-28
Edited some docs/db-api.txt changes
Adrian Holovaty
2008-04-27
Made a bunch of spelling corrections.
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-10
Fixed #6982; added an import statement to example in docs/modelforms.txt for ...
James Bennett
2008-04-10
Fixed #6998 -- Corrected typo in Tutorial 4. Thanks, Peter Upfold.
Russell Keith-Magee
2008-04-08
Another typo in docs/newforms.txt
James Bennett
2008-04-08
Fix a minor typo in docs/newforms.txt
James Bennett
2008-03-30
Fixed #6927: Corrected documentation describing when and why the auth applica...
James Bennett
2008-03-30
Remove an extraneous comma that I left behind in [7386], and clean up the wor...
James Bennett
2008-03-30
Clean up some awkwardness and confusion in the docs for ``ModelChoiceField``
James Bennett
2008-03-29
Fixed #6890 -- Removed duplicate instruction to rename the `polls/detail.htm`...
Gary Wilson Jr
2008-03-27
[docs] OK, I give up.
Jacob Kaplan-Moss
2008-03-27
[docs] And even more svn:keywords fooling. Sorry about the timeline spam.
Jacob Kaplan-Moss
2008-03-27
[docs] Added svn:keywords to docs/index.txt
Jacob Kaplan-Moss
2008-03-27
Added the basics needed to build Django's docs using [http://sphinx.pocoo.org...
Jacob Kaplan-Moss
2008-03-27
Tiny reST fix to testing.txt.
Jacob Kaplan-Moss
2008-03-26
Removed the ado_mssql database backend.
Malcolm Tredinnick
2008-03-25
Edited some docs changes from the past few days
Adrian Holovaty
2008-03-24
Fixed #6859 -- Greatly cleaned up the section on i18n pluralization in
Malcolm Tredinnick
2008-03-20
Changed the indenting level on a couple of subsections, since they're not
Malcolm Tredinnick
2008-03-20
Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de facto
Malcolm Tredinnick
2008-03-20
Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys
Malcolm Tredinnick
2008-03-20
Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes a
Malcolm Tredinnick
2008-03-20
Merged the tests and documentation from #4720 to support the changes in [7295].
Malcolm Tredinnick
2008-03-19
Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su...
Jacob Kaplan-Moss
2008-03-19
Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.
Jacob Kaplan-Moss
2008-03-18
Fixed #6659: explained where "forloop.counter" comes from
James Bennett
2008-03-18
Fixed #6245: Added note about watching Django development when using the deve...
James Bennett
2008-03-18
Fixed #4783: Added a note that "admin media" means "media used by the admin a...
James Bennett
2008-03-18
Added docs/pagination.txt
Adrian Holovaty
2008-03-18
Improved docs/generic_views.txt to note the new template context for the obje...
Adrian Holovaty
2008-03-18
Fixed #6266: Added note to docs/modelforms.txt pointing out that they're just...
James Bennett
2008-03-18
Fixed #6382: Documented request.urlconf
James Bennett
2008-03-18
Fixed #6541: Corrected documentation of how the admin chooses a default manag...
James Bennett
2008-03-18
Fixed #6759: Corrected example of get_db_prep_save() in docs/custom_model_fie...
James Bennett
2008-03-18
Fixed #6683: corrected some typos in docs/newforms.txt. Thanks PJCrosier for ...
James Bennett
2008-03-18
Fixed #6166: Improved example of autoescaping with template inheritance. Base...
James Bennett
2008-03-18
Fixed #6120: First stab at documenting newforms field types which handle rela...
James Bennett
2008-03-18
Edited docs/templates.txt changes from [7276]
Adrian Holovaty
2008-03-18
Fixed #6351: added more examples to template filters. Thanks, David Tulig and...
Jacob Kaplan-Moss
2008-03-17
Fixed #6795 -- Added some translation info to docs/contributing.txt. Thanks, ...
Adrian Holovaty
2008-03-17
Added section to docs/form_wizard.txt about extra_context. Thanks, Honza
Adrian Holovaty
2008-03-17
Fixed the inevitable ReST errors in docs/form_wizard.txt
Adrian Holovaty
2008-03-17
Added docs/form_wizard.txt
Adrian Holovaty
2008-03-14
Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks...
Gary Wilson Jr
[next]