| 
							
							
								 Adrian Holovaty | 29d1598cce | Added a GOTCHA comment in django/core/template/init.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@1488 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 05:53:05 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5a54455ac8 | Negligible spacing fix to admin/templates/widget/foreign.html git-svn-id: http://code.djangoproject.com/svn/django/trunk@1487 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 05:50:31 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 467d82c16c | Negligible spacing fix to admin.templatetags.admin_modify git-svn-id: http://code.djangoproject.com/svn/django/trunk@1486 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 05:50:07 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 1ce5ef6166 | Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they weren't working. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1485 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 05:22:51 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | de7a336486 | Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, Swaroop git-svn-id: http://code.djangoproject.com/svn/django/trunk@1484 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 02:05:32 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 539e5af17c | Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused database_check functionality. Thanks, Eugene git-svn-id: http://code.djangoproject.com/svn/django/trunk@1483 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 01:04:28 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | e9193a79fd | Fixed some tiny typos in docs/contributing.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1482 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-29 00:24:34 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 9e3efbecf8 | Restored {% debug %} template tag, which was inadvertently removed in [1443] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1481 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 20:48:08 +00:00 |  | 
			
				
					| 
							
							
								 Jacob Kaplan-Moss | 1ee5982b2c | Added "how to contribute to Django" document git-svn-id: http://code.djangoproject.com/svn/django/trunk@1480 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 15:30:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 2e09e145c0 | Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh git-svn-id: http://code.djangoproject.com/svn/django/trunk@1479 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 14:28:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 496e777da9 | Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Thanks, nesh git-svn-id: http://code.djangoproject.com/svn/django/trunk@1478 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 14:26:04 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 133839b033 | Fixed #943 -- Restored django-admin createsuperuser functionality with no arguments. Thanks, deric git-svn-id: http://code.djangoproject.com/svn/django/trunk@1477 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 14:23:02 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 79e710b4df | fixes #946 - updated 'cs' translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@1476 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 11:06:21 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | bcc02c982f | added a new translation tag for the search "go" button git-svn-id: http://code.djangoproject.com/svn/django/trunk@1475 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 10:29:41 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | e85b071e47 | Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each use in shell scripts. Thanks for the patch, bjorn@exoweb.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@1474 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-28 02:57:38 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5de6fe1b2d | Fixed #938 -- Fixed bug in admin model docs with OneToOneField git-svn-id: http://code.djangoproject.com/svn/django/trunk@1473 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 23:43:35 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 7548bfba64 | Fixed bug in contrib/admin/templates/admin_doc/model_detail.html git-svn-id: http://code.djangoproject.com/svn/django/trunk@1472 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 23:16:26 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f1eff69a4f | Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support for non-named groups in URLconf regexes) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1471 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 23:03:56 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | cc3660c07d | Fixed #878 -- URLconf regex captures no longer have to be named groups. Old URLconfs (with named groups) still work. This is backwards-incompatible if you've defined custom middleware with a process_view function. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges git-svn-id: http://code.djangoproject.com/svn/django/trunk@1470 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 22:08:51 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 8c3b41c3e9 | Removed unnecessary load_template_source() function in django/core/template/loader.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@1469 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 21:37:41 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 6a36699818 | Fixed #917 -- Made admin change_list view overridable by custom templates git-svn-id: http://code.djangoproject.com/svn/django/trunk@1468 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 20:25:56 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 4cdaf74cec | Moved {% extends %} tag to top of template for admin/change_list.html git-svn-id: http://code.djangoproject.com/svn/django/trunk@1467 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 20:22:42 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3cf5d034db | Fixed #931 -- Fixed unordered_list template filter git-svn-id: http://code.djangoproject.com/svn/django/trunk@1466 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 19:38:07 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 1bd85787ec | Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thanks, jhernandez git-svn-id: http://code.djangoproject.com/svn/django/trunk@1465 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 19:28:38 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 7ff2c879c3 | fixes #932 - updated 'cs' translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@1464 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 18:17:16 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 2e7e19e0f2 | Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also caught docutils ImportError in a more controlled way git-svn-id: http://code.djangoproject.com/svn/django/trunk@1463 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 17:20:43 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f237936a87 | Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for reporting, nesh git-svn-id: http://code.djangoproject.com/svn/django/trunk@1462 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 17:14:11 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 2fb95f1de6 | Changed template library system so that it looks for a module-level variable named 'register' rather than the first instance of template.Library it finds git-svn-id: http://code.djangoproject.com/svn/django/trunk@1461 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 16:43:56 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 2564f34c2b | Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.html git-svn-id: http://code.djangoproject.com/svn/django/trunk@1460 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 16:10:49 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 5c49a1e391 | fixes #929 - updated 'sr' translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@1459 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 15:43:14 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | f1641be02d | Added nesh's full name to AUTHORS git-svn-id: http://code.djangoproject.com/svn/django/trunk@1458 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 15:32:18 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ed97929b91 | Added a 'Directory listings' section to docs/static_files.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1457 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 15:28:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | c8e98f4cdd | Fixed ReST error in [1455] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1456 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 14:52:12 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5e0be518f8 | Added note to docs/static_files.txt about serving static files in production git-svn-id: http://code.djangoproject.com/svn/django/trunk@1455 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 14:49:57 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | c0700db1a3 | Added docs/static_files.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1454 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 14:42:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 501b06c7b4 | Fixed several bugs in docs/url_dispatch.txt, and made several clarifications git-svn-id: http://code.djangoproject.com/svn/django/trunk@1453 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 14:35:18 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 0cb2a00369 | Added robots meta tag to views.static.serve to block robots from indexing and archiving the directory-index static view. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1452 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 14:07:04 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a2527ebe77 | Improved docs/modpython.txt to add note about debugging under mod_python with print statements git-svn-id: http://code.djangoproject.com/svn/django/trunk@1451 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 13:53:35 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 515ae9c128 | Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA git-svn-id: http://code.djangoproject.com/svn/django/trunk@1450 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 07:28:51 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | fc102791d8 | Fixed bug in [1443] -- slice filter was registered as 'slice_' git-svn-id: http://code.djangoproject.com/svn/django/trunk@1449 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 01:55:55 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 0e9081e6de | loading of templates in includes now reraises the template loading exception instead of returning nothing git-svn-id: http://code.djangoproject.com/svn/django/trunk@1448 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 00:26:16 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 53330a9274 | unknown sources are now shown correctly as <unknown source> (before it was shown as a tag) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1447 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-27 00:01:11 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | c83fa94391 | Fixed bug in [1443] -- Missing Context import in django.core.template.loader git-svn-id: http://code.djangoproject.com/svn/django/trunk@1446 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 23:11:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | adef71d2c4 | Fixed bug in [1443] -- renamed compile_filters call to compile_filter git-svn-id: http://code.djangoproject.com/svn/django/trunk@1445 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 23:10:09 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ac91a22ec2 | Fixed bug in [1443] -- a decorator call was left in git-svn-id: http://code.djangoproject.com/svn/django/trunk@1444 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 23:07:09 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3ede006fc9 | Fixed #911 -- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1443 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 22:46:31 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5676d5b068 | Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. Thanks, michael.mcewan git-svn-id: http://code.djangoproject.com/svn/django/trunk@1442 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 18:41:29 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 46c49a859a | fixes #910, #918 and #922 - updated 'sk', 'ru' and 'zh_CN' translations git-svn-id: http://code.djangoproject.com/svn/django/trunk@1441 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 17:04:35 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 8128f440ee | Fixed #903 -- Added login_url argument to user_passes_test view decorator. Didn't add it to login_required decorator because that would turn login_required into a callable decorator, which would break backwards compatibility. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1440 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 07:20:07 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | d058a8a104 | Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authentication.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1439 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2005-11-26 07:02:59 +00:00 |  |