index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
overview.txt
Age
Commit message (
Expand
)
Author
2005-09-23
Changed overview and tutorial docs to use render_to_response and get_object_o...
Adrian Holovaty
2005-09-04
Fixed #456 -- Fixed minor typo in docs/overview.txt. Thanks, eugene@lazutkin.com
Adrian Holovaty
2005-09-02
Fixed some bugs in model syntax of docs/overview.txt -- thanks, Paul Bissex
Adrian Holovaty
2005-08-25
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...
Adrian Holovaty
2005-08-01
Fixed small typo in docs/overview.txt -- thanks, Trent
Adrian Holovaty
2005-08-01
Fixed duplicate code bug in docs/overview.txt -- thanks, James Kew
Adrian Holovaty
2005-08-01
Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the...
Adrian Holovaty
2005-07-26
Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...
Adrian Holovaty
2005-07-21
Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...
Adrian Holovaty
2005-07-19
Fixed #67 -- Human-readable name is now optional in model fields. If a second...
Adrian Holovaty
2005-07-19
Fixed bug in [191]
Adrian Holovaty
2005-07-19
Fixed #54 -- Corrected typos in urlconfs in docs/overview. Thanks, james!
Adrian Holovaty
2005-07-17
Added notes to documentation that MySQL support has not been comprehensively ...
Adrian Holovaty
2005-07-16
Fixed bug in template example in docs/overview.txt -- thanks, pbx!
Adrian Holovaty
2005-07-16
Fixed small typo in overview
Adrian Holovaty
2005-07-15
Fixed small error in overview doc
Jacob Kaplan-Moss
2005-07-15
More doc improvements: tweaks to the overview; added admin css documentation ...
Jacob Kaplan-Moss
2005-07-15
More doc improvments: moved overview into doc system so it can be distributed...
Jacob Kaplan-Moss