| 
							
							
								 Russell Keith-Magee | e4342b7d28 | Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settings file to get read before the options could be processed to determine if a --settings option was present. Back to the drawing board (again)... git-svn-id: http://code.djangoproject.com/svn/django/trunk@6050 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-05 14:01:31 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | faaf2dad36 | Updated docs/cache.txt section on 'dummy caching' to use the same example format as the other backends git-svn-id: http://code.djangoproject.com/svn/django/trunk@6049 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-04 22:44:35 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 9515b953f8 | Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the existing instructions by name. Thanks, Paul Bissex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6048 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-04 13:09:59 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | f25b8cdbcd | Fixed #5212, #5222 -- Added the ability for users to register their own commands with django-admin. A previous attempt at this was introduced in [5923]-[5925], and rolled out in [5929]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6047 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-04 12:59:49 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 853f9c7db9 | Fixed #5271 -- Fixed documentation reference to using the application name as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6040 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-03 13:13:10 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 3bf4ef0c77 | Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6039 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-03 11:21:40 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 8e3507cd3e | Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@6037 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-03 06:16:47 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a07c1c5aa6 | Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/modpython.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@6034 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-09-02 17:09:27 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 5ad08583e1 | Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks for the patch, Ivan Sagalaev. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6031 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-31 11:37:28 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 33ab65dd1e | Made negligible capitalization fix to docs/db-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-31 04:30:20 +00:00 |  | 
			
				
					| 
							
							
								 Gary Wilson Jr | 4ea2afa4d5 | Fixed #5257 -- Fixed typo in tutorial from [6006].  Thanks, Collin Grady. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6020 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-26 01:16:19 +00:00 |  | 
			
				
					| 
							
							
								 Gary Wilson Jr | 1a1a58c9f8 | Fixed #3184 -- Changed the unordered_listtemplate filter to use a more simple format, while maintaining backwards compatibility with the old format.unordered_listnow works with a simple list of items.  Thanks for the patch, SmileyChris.git-svn-id: http://code.djangoproject.com/svn/django/trunk@6019 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-26 01:11:20 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 32c729be10 | Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code git-svn-id: http://code.djangoproject.com/svn/django/trunk@6017 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 23:56:33 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 132605d889 | Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@6013 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 19:32:30 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | de2881f9f2 | Removed incorrect link that slipped in docs/db-api.txt in [6010] git-svn-id: http://code.djangoproject.com/svn/django/trunk@6011 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:59:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b189e266ef | Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@6010 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:58:36 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f8e26f5c2c | Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks, rokclimb15@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@6008 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:51:32 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | eb2ce98b29 | Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-api.txt -- assuming the ReST gods are smiling on me today git-svn-id: http://code.djangoproject.com/svn/django/trunk@6007 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:48:32 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ce207949f3 | Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unicode__() changes and 0.96 vs. development version. Thanks, ubernostrum git-svn-id: http://code.djangoproject.com/svn/django/trunk@6006 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:43:32 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 62329dca05 | Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, Collin Grady git-svn-id: http://code.djangoproject.com/svn/django/trunk@6005 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:37:43 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b3103feead | Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. Thanks, trey@ktrl.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@6003 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-25 18:29:26 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a3a07af910 | Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelm git-svn-id: http://code.djangoproject.com/svn/django/trunk@5989 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-21 02:35:01 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | c06524bc2d | Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged view. Based on a patch from toddobryan@mac.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5988 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-20 14:15:40 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 14b5e074ba | Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5985 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-20 08:50:08 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 77a9b0cb1d | Edited docs/templates.txt change from [5938] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5948 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 21:02:36 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 0a49719e7a | Used the url() function when adding a named URL pattern, mostly as an example of good practice and to introduce the function. Fixed #4908 (although it wasn't a bug). git-svn-id: http://code.djangoproject.com/svn/django/trunk@5946 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 15:08:48 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | d1892edc9f | Added documentation of the arguments for the url() function. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5945 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 15:08:21 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | e0c1ca7ef0 | Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford! git-svn-id: http://code.djangoproject.com/svn/django/trunk@5942 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 11:59:20 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 0a2337c9e3 | Added links from any reference to the url template tag to the appropriate place in the template tag documentation. Fixed #5198. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5939 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 10:15:11 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 79801f504f | Added a note that the development version supports named URL patterns in the url template tag. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5938 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 10:14:58 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | cfd5b184fb | Clarified that urlize and urlizetrunc should only be applied to plain text. Refs #5202. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5937 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-19 08:50:51 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 8b115c7fb8 | Fixed #5154 -- Minor wording tweak. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5932 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-18 06:52:05 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 24081d9959 | Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.ekanem@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5930 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-18 06:13:15 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 04c77db2c3 | Rolled out [5923]-[5925] due to breaking call_command(). git-svn-id: http://code.djangoproject.com/svn/django/trunk@5929 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-18 05:58:59 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 3b9b87792a | Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5927 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-18 05:43:38 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | d743ccbc4b | Added some initial documentation on adding customized commands to django-admin.py. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5925 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-18 05:10:31 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 8dff1cd91d | Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5916 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-17 14:20:25 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 9c55bbdef7 | Added 'django-admin.py testserver' command and docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@5912 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-16 23:05:00 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 49c438fd21 | Changed django.test.utils.create_test_db to return the name of the test database that was created git-svn-id: http://code.djangoproject.com/svn/django/trunk@5910 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-16 22:46:00 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | dc44e50e5d | Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayley git-svn-id: http://code.djangoproject.com/svn/django/trunk@5904 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-16 15:12:37 +00:00 |  | 
			
				
					| 
							
							
								 Luke Plant | c568792e81 | Added a reference for the claim in CSRF docs that GET requests should be side-effect free.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5902 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-16 14:09:41 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 7f06e44f99 | Typo fix from [5896]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5897 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-15 12:29:15 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 3835d8afec | Fixed #4296 -- Added more explanation around the PythonPath directory setting. Based on contributions from a cast of thousands (Simon Greenhill, Paul Bissex, Graham Dumpleton, ...). Thanks, all. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5896 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-15 12:25:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 4f62b0a193 | Fixed some ReST errors in docs/testing.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@5891 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-15 05:30:23 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3bfda4fa62 | Removed stray tabs mistakenly added to docs/testing.txt in [5889] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5890 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-15 05:28:29 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 1ba9012d87 | *Finally* edited docs/testing.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@5889 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-15 05:24:18 +00:00 |  | 
			
				
					| 
							
							
								 Russell Keith-Magee | 543ab12c11 | Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex.cx>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5888 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-15 00:19:53 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 6aae9b2aa4 | Changed django.contrib.auth.views.login to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5885 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-14 22:08:11 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | 56e28b4e8f | Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5877 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-12 12:59:41 +00:00 |  | 
			
				
					| 
							
							
								 Malcolm Tredinnick | c050b6a25a | Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, colin@owlfish.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5875 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2007-08-12 12:29:25 +00:00 |  |