Django

Code

root/django/trunk/docs/tutorial02.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @6819 [6819] 12/01/07 16:36:45 ubernostrum img/doc/tutorial -> img/doc/tutorial-trunk in docs/tutorial02.txt
(edit) @5825 [5825] 08/06/07 21:33:11 adrian Fixed #5097 -- Made various updates and corrections to the documentation. …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5303 [5303] 05/20/07 22:48:52 mtredinnick Fixed #4344 -- Trivial typo fix.
(edit) @5039 [5039] 04/20/07 04:15:30 mtredinnick Changed all references to tutorial1/ to be tutorial01/ (and similarly …
(edit) @4980 [4980] 04/09/07 07:16:46 mtredinnick Fixed #3916 -- Small tweak to information in tutorial 2. Based on a patch …
(edit) @4420 [4420] 01/24/07 14:08:47 adrian Fixed #3333 -- Docs now use relative links, not hard-coded …
(edit) @3928 [3928] 10/24/06 11:56:25 adrian Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda
(edit) @3915 [3915] 10/23/06 02:55:16 mtredinnick Fixed #2854 -- Incorporated a small suggestion which might make it clearer …
(edit) @3454 [3454] 07/26/06 16:30:14 adrian Added note to docs/tutorial02.txt about which username to use in admin …
(edit) @3013 [3013] 05/30/06 21:16:49 adrian Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman
(edit) @2967 [2967] 05/22/06 20:34:06 mtredinnick Changed an overlooked occurrence of repr() to str(). Pointed out by …
(edit) @2923 [2923] 05/16/06 15:45:20 adrian Fixed #1833 -- Fixed some errors in tutorials. Thanks, quarkcool@yahoo.fr
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @1952 [1952] 01/13/06 14:42:11 adrian Updated docs/tutorial02.txt to include extra sentence about remembering …
(edit) @1901 [1901] 01/10/06 20:06:27 adrian Updated tutorials 1-4 to use manage.py instead of django-admin.py, new …
(edit) @1300 [1300] 11/20/05 10:20:24 adrian Fixed #850 -- Made clarification in docs/tutorial02.txt. Thanks, Daniel
(edit) @1275 [1275] 11/17/05 09:26:50 adrian Fixed #827 -- For admin list_display functions without a …
(edit) @1262 [1262] 11/15/05 21:09:50 adrian Changed tutorial02 not to say redirects and flatpages are included
(edit) @950 [950] 10/18/05 20:17:13 adrian Fixed ReST bug in docs/tutorial02.txt
(edit) @948 [948] 10/18/05 20:09:05 adrian Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a …
(edit) @596 [596] 09/01/05 16:59:39 adrian Fixed #417 -- Added clarification to docs/tutorial02.txt about …
(edit) @555 [555] 08/26/05 00:32:30 adrian Fixed bug in docs/tutorial02.txt related to model syntax change. Thanks, …
(edit) @549 [549] 08/25/05 17:51:30 adrian Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to …
(edit) @542 [542] 08/21/05 13:25:36 adrian Fixed #383 -- Clarified tutorial 2. Thanks, ssteiner
(edit) @527 [527] 08/17/05 10:01:12 adrian Made some tiny tweaks to docs/tutorial02.txt -- thanks, anonymous
(edit) @477 [477] 08/10/05 16:46:40 adrian Fixed #118 -- Renamed 'flat files' to 'flat pages' in the admin. Didn't …
(edit) @440 [440] 08/09/05 16:08:00 adrian Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline …
(edit) @425 [425] 08/06/05 20:00:58 adrian Added explicit note to docs/tutorial02.txt that you should edit …
(edit) @315 [315] 07/26/05 09:41:13 adrian Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fi
(edit) @274 [274] 07/21/05 10:36:43 adrian Changed tutorial docs to account for auto-reload on the development server
(edit) @265 [265] 07/20/05 22:46:16 adrian Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not …
(edit) @261 [261] 07/20/05 21:17:45 adrian Added 'django-admin createsuperuser' and updated tutorial to use it …
(edit) @250 [250] 07/20/05 15:10:35 jacob Added "philosophy" sections to tutorials so they can be styled differently
(edit) @247 [247] 07/20/05 12:42:36 adrian Added '--settings' option to django-admin. This specifies which settings …
(edit) @219 [219] 07/19/05 14:58:19 adrian Added note to tutorial02 on how to stop the development server on Unix vs. …
(edit) @195 [195] 07/19/05 00:43:07 adrian Added docs/tutorial03
(edit) @188 [188] 07/18/05 18:22:07 adrian Added scary warning about not using the development server in production …
(edit) @187 [187] 07/18/05 18:14:48 adrian Changed tutorial2 to use 'django-admin runserver' instead of mod_python. …
(edit) @183 [183] 07/18/05 15:43:57 adrian Fixed #71 -- Changed default admin base_site template to use example.com …
(edit) @176 [176] 07/18/05 13:10:41 adrian Fixed #68 -- Changed reference to deprecated mod_python config in tutorial …
(edit) @172 [172] 07/18/05 08:57:25 adrian Fixed #57 -- Added some more helpful mod_python information to tutorial 2 …
(edit) @144 [144] 07/17/05 01:30:31 adrian Linked tutorial 2 to the admin CSS guide
(edit) @142 [142] 07/17/05 01:11:33 adrian Finished tutorial02 and added a link to it from tutorial01
(edit) @141 [141] 07/17/05 00:54:43 adrian Tiny tweaks to tutorial02.txt
(edit) @140 [140] 07/17/05 00:53:34 adrian Fixed small formatting errors in [139]
(edit) @139 [139] 07/17/05 00:52:07 adrian Added 'Customize the admin change list' section to docs/tutorial02.txt
(edit) @138 [138] 07/17/05 00:22:48 adrian Fixed the inevitable ReST bug in [137]
(edit) @137 [137] 07/17/05 00:21:19 adrian Added 'Adding related objects' section to docs/tutorial02.txt
(edit) @134 [134] 07/16/05 21:59:31 adrian Improved tutorial02 to discuss login errors, linking to the FAQ
(edit) @130 [130] 07/16/05 20:00:25 adrian Fixed ReST errors in docs/tutorial02.txt
(add) @129 [129] 07/16/05 19:54:15 adrian Added first part of docs/tutorial02.txt
Note: See TracRevisionLog for help on using the revision log.