summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
AgeCommit message (Expand)Author
2008-07-18Fixed typo in [7959]Jacob Kaplan-Moss
2008-07-18Updated tutorials to use newforms-admin syntax.Jacob Kaplan-Moss
2007-12-03newforms-admin: Merged changes from trunk up to [6863].Joseph Kocherhans
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-05-24newforms-admin: Merged to [5325]Joseph Kocherhans
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
2007-01-25newforms-admin: Merged to [4425]Adrian Holovaty
2006-10-24Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasudaAdrian Holovaty
2006-10-23Fixed #2854 -- Incorporated a small suggestion which might make it clearer whereMalcolm Tredinnick
2006-07-26Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty
2006-05-31Fixed typo in docs/tutorial02.txt. Thanks, Nick FishmanAdrian Holovaty
2006-05-23Changed an overlooked occurrence of repr() to str(). Pointed out by JeremyMalcolm Tredinnick
2006-05-16Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.frAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-13Updated docs/tutorial02.txt to include extra sentence about remembering the '...Adrian Holovaty
2006-01-11Updated tutorials 1-4 to use manage.py instead of django-admin.py, new direct...Adrian Holovaty
2005-11-20Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, DanielAdrian Holovaty
2005-11-17Fixed #827 -- For admin list_display functions without a short_description, D...Adrian Holovaty
2005-11-16Changed tutorial02 not to say redirects and flatpages are includedAdrian Holovaty
2005-10-19Fixed ReST bug in docs/tutorial02.txtAdrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-09-01Fixed #417 -- Added clarification to docs/tutorial02.txt about settings.admin...Adrian Holovaty
2005-08-26Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, JeremyAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-21Fixed #383 -- Clarified tutorial 2. Thanks, ssteinerAdrian Holovaty
2005-08-17Made some tiny tweaks to docs/tutorial02.txt -- thanks, anonymousAdrian Holovaty
2005-08-10Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't renam...Adrian Holovaty
2005-08-09Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself....Adrian Holovaty
2005-08-07Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS...Adrian Holovaty
2005-07-26Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fiAdrian Holovaty
2005-07-21Changed tutorial docs to account for auto-reload on the development serverAdrian Holovaty
2005-07-21Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given...Adrian Holovaty
2005-07-21Added 'django-admin createsuperuser' and updated tutorial to use it instead o...Adrian Holovaty
2005-07-20Added "philosophy" sections to tutorials so they can be styled differentlyJacob Kaplan-Moss
2005-07-20Added '--settings' option to django-admin. This specifies which settings modu...Adrian Holovaty
2005-07-19Added note to tutorial02 on how to stop the development server on Unix vs. Wi...Adrian Holovaty
2005-07-19Added docs/tutorial03Adrian Holovaty
2005-07-18Added scary warning about not using the development server in production envi...Adrian Holovaty
2005-07-18Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also...Adrian Holovaty
2005-07-18Fixed #71 -- Changed default admin base_site template to use example.com inst...Adrian Holovaty
2005-07-18Fixed #68 -- Changed reference to deprecated mod_python config in tutorial 2....Adrian Holovaty
2005-07-18Fixed #57 -- Added some more helpful mod_python information to tutorial 2 -- ...Adrian Holovaty
2005-07-17Linked tutorial 2 to the admin CSS guideAdrian Holovaty
2005-07-17Finished tutorial02 and added a link to it from tutorial01Adrian Holovaty
2005-07-17Tiny tweaks to tutorial02.txtAdrian Holovaty
2005-07-17Fixed small formatting errors in [139]Adrian Holovaty
2005-07-17Added 'Customize the admin change list' section to docs/tutorial02.txtAdrian Holovaty
2005-07-17Fixed the inevitable ReST bug in [137]Adrian Holovaty
2005-07-17Added 'Adding related objects' section to docs/tutorial02.txtAdrian Holovaty
2005-07-17Improved tutorial02 to discuss login errors, linking to the FAQAdrian Holovaty