summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
Commit message (Expand)AuthorAgeFilesLines
* unicode: Merged from trunk up to [5308].Malcolm Tredinnick2007-05-211-1/+1
* unicode: Merged up to [5053].Malcolm Tredinnick2007-04-211-4/+4
* Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty2007-01-241-5/+5
* Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasudaAdrian Holovaty2006-10-241-4/+4
* Fixed #2854 -- Incorporated a small suggestion which might make it clearer whereMalcolm Tredinnick2006-10-231-1/+1
* Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty2006-07-261-1/+2
* Fixed typo in docs/tutorial02.txt. Thanks, Nick FishmanAdrian Holovaty2006-05-311-1/+1
* Changed an overlooked occurrence of repr() to str(). Pointed out by JeremyMalcolm Tredinnick2006-05-231-2/+2
* Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.frAdrian Holovaty2006-05-161-2/+2
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-57/+42
* Updated docs/tutorial02.txt to include extra sentence about remembering the '...Adrian Holovaty2006-01-131-1/+2
* Updated tutorials 1-4 to use manage.py instead of django-admin.py, new direct...Adrian Holovaty2006-01-111-26/+19
* Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, DanielAdrian Holovaty2005-11-201-1/+1
* Fixed #827 -- For admin list_display functions without a short_description, D...Adrian Holovaty2005-11-171-3/+4
* Changed tutorial02 not to say redirects and flatpages are includedAdrian Holovaty2005-11-161-2/+2
* Fixed ReST bug in docs/tutorial02.txtAdrian Holovaty2005-10-191-1/+1
* Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty2005-10-191-42/+51
* Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin...Adrian Holovaty2005-09-011-0/+6
* Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, JeremyAdrian Holovaty2005-08-261-7/+13
* Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty2005-08-251-7/+5
* Fixed #383 -- Clarified tutorial 2. Thanks, ssteinerAdrian Holovaty2005-08-211-2/+2
* Made some tiny tweaks to docs/tutorial02.txt -- thanks, anonymousAdrian Holovaty2005-08-171-2/+2
* Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't renam...Adrian Holovaty2005-08-101-1/+1
* Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty2005-08-091-4/+4
* Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS...Adrian Holovaty2005-08-071-0/+3
* Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fiAdrian Holovaty2005-07-261-2/+2
* Changed tutorial docs to account for auto-reload on the development serverAdrian Holovaty2005-07-211-6/+2
* Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty2005-07-211-19/+4
* Added 'django-admin createsuperuser' and updated tutorial to use it instead o...Adrian Holovaty2005-07-211-25/+15
* Added "philosophy" sections to tutorials so they can be styled differentlyJacob Kaplan-Moss2005-07-201-15/+14
* Added '--settings' option to django-admin. This specifies which settings modu...Adrian Holovaty2005-07-201-7/+4
* Added note to tutorial02 on how to stop the development server on Unix vs. Wi...Adrian Holovaty2005-07-191-0/+3
* Added docs/tutorial03Adrian Holovaty2005-07-191-11/+4
* Added scary warning about not using the development server in production envi...Adrian Holovaty2005-07-181-0/+3
* Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also...Adrian Holovaty2005-07-181-63/+18
* Fixed #71 -- Changed default admin base_site template to use example.com inst...Adrian Holovaty2005-07-181-1/+1
* Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2....Adrian Holovaty2005-07-181-1/+1
* Fixed #57 -- Added some more helpful mod_python information to tutorial 2 -- ...Adrian Holovaty2005-07-181-0/+6
* Linked tutorial 2 to the admin CSS guideAdrian Holovaty2005-07-171-0/+5
* Finished tutorial02 and added a link to it from tutorial01Adrian Holovaty2005-07-171-4/+66
* Tiny tweaks to tutorial02.txtAdrian Holovaty2005-07-171-2/+2
* Fixed small formatting errors in [139]Adrian Holovaty2005-07-171-2/+2
* Added 'Customize the admin change list' section to docs/tutorial02.txtAdrian Holovaty2005-07-171-0/+89
* Fixed the inevitable ReST bug in [137]Adrian Holovaty2005-07-171-1/+1
* Added 'Adding related objects' section to docs/tutorial02.txtAdrian Holovaty2005-07-171-2/+88
* Improved tutorial02 to discuss login errors, linking to the FAQAdrian Holovaty2005-07-171-2/+7
* Fixed ReST errors in docs/tutorial02.txtAdrian Holovaty2005-07-171-9/+11
* Added first part of docs/tutorial02.txtAdrian Holovaty2005-07-171-0/+258