| 
							
							
								 Georg Bauer | 30c72faa9c | refs #1607 - updated hebrew translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2652 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 11:55:52 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b9e40b14bc | Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel git-svn-id: http://code.djangoproject.com/svn/django/trunk@2650 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 03:35:56 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b8d8aca5fd | Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel git-svn-id: http://code.djangoproject.com/svn/django/trunk@2649 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 03:34:47 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | e3e271ff92 | Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer error if they use ManyToMany instead of ManyToManyField git-svn-id: http://code.djangoproject.com/svn/django/trunk@2648 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 03:32:38 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 0162a3b54f | Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use cursor.lastrowid instead of a separate SELECT statement. Thanks, Andy Dustman git-svn-id: http://code.djangoproject.com/svn/django/trunk@2645 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 00:32:42 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | bb2a38cecc | Fixed syntax error in [2639] git-svn-id: http://code.djangoproject.com/svn/django/trunk@2642 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 00:12:56 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3bb340271c | Changed settings imports from [2639] to use 'from django.conf import settings', to make it easier to merge to magic-removal git-svn-id: http://code.djangoproject.com/svn/django/trunk@2640 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-10 00:01:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | bc4638d722 | Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac git-svn-id: http://code.djangoproject.com/svn/django/trunk@2639 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-09 23:54:34 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b0a60c186e | Fixed #1588 -- Fixed typo in docs/url_dispatch.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2624 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-06 14:20:11 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 158aeb7b97 | fixed #1581 - added new hebrew translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2623 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-06 09:58:05 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 3d8094f898 | fixed #1587 - added new ukrainian translation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2622 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-04-06 09:52:06 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b1599e56b8 | Fixed #1557 in trunk git-svn-id: http://code.djangoproject.com/svn/django/trunk@2597 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-30 04:43:55 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 341d1eb022 | Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), not .match(). Thanks, Gary Wilson git-svn-id: http://code.djangoproject.com/svn/django/trunk@2588 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 21:39:15 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 66e04858eb | Removed legacy password_md5 stuff from docs/authentication.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2587 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 21:37:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b353103cb6 | Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ejf-django git-svn-id: http://code.djangoproject.com/svn/django/trunk@2582 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 17:46:53 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 1d64709080 | Added missing file from [2579]. Refs #1442 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2580 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 17:40:19 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 67cbb5c248 | Fixed #1442 -- Fixed multithreading problem with various database backends. Thanks, Eugene Lazutkin git-svn-id: http://code.djangoproject.com/svn/django/trunk@2579 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 17:39:53 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3ff5b993d3 | Fixed #1539 in trunk git-svn-id: http://code.djangoproject.com/svn/django/trunk@2578 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 17:31:04 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 1edef8ede9 | Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_choice_list(), each choice in clist has its poll cache filled. Thanks, Ned Batchelder git-svn-id: http://code.djangoproject.com/svn/django/trunk@2574 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 16:51:17 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 82df62b545 | Clarified docs/email.txt. Thanks, Poromenos git-svn-id: http://code.djangoproject.com/svn/django/trunk@2573 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 16:32:24 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 0907a2781b | Clarified psycopg version in docs/install.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2572 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-28 16:30:39 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 9494d4b7c2 | Fixed #1546 -- Fixed bad links in docs/templates_python.txt. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2569 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-27 20:13:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 332c4bd695 | Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, burivuh git-svn-id: http://code.djangoproject.com/svn/django/trunk@2558 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-24 19:13:21 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 8b4dc349b6 | Fixed typo in docs/outputting_pdf.txt. Thanks, Paul git-svn-id: http://code.djangoproject.com/svn/django/trunk@2553 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-24 02:28:47 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5e06181be7 | Added note to docs/model-api.txt about custom WHERE clauses git-svn-id: http://code.djangoproject.com/svn/django/trunk@2550 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-22 23:06:22 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | fe24eca81a | Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Thanks, Bruce Kroeze git-svn-id: http://code.djangoproject.com/svn/django/trunk@2548 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-22 19:47:15 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | e67f1a680d | Fixed typo in docs/generic_views.txt. Thanks, pbx git-svn-id: http://code.djangoproject.com/svn/django/trunk@2545 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-21 20:04:24 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ae224efd54 | Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola and Andy Dustman git-svn-id: http://code.djangoproject.com/svn/django/trunk@2543 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-21 15:32:57 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 732210320a | fixed #1520 - added new greek translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2536 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-20 10:38:41 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | f21b75a280 | fixed #1521 - new slovenian translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2535 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-20 10:35:14 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 401b83f172 | Fixed bug in [2531]. Thanks, Ned git-svn-id: http://code.djangoproject.com/svn/django/trunk@2533 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-20 01:04:09 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 33c4e307f2 | Simplified two unnecessary list comprehensions in core/meta/__init__.py. Thanks, Ned Batchelder git-svn-id: http://code.djangoproject.com/svn/django/trunk@2531 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-19 23:41:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 426e7223fb | Changed django.utils.cache.patch_response_headesr to move unnecessary calculation of 'expires' into the 'if' statement git-svn-id: http://code.djangoproject.com/svn/django/trunk@2528 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-17 17:21:26 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | a05e05a7f0 | Updated 1.0 date in docs/faq.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2523 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-16 02:58:25 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | b6fb43460b | Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller git-svn-id: http://code.djangoproject.com/svn/django/trunk@2522 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-16 02:57:30 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 20af3fdd91 | Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amor git-svn-id: http://code.djangoproject.com/svn/django/trunk@2509 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-10 03:26:31 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 5beb39b896 | Fixed #1457 -- Added support for if-modified-since header in django.views.static. Thanks, Shannon -jj Behrens git-svn-id: http://code.djangoproject.com/svn/django/trunk@2476 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-03 04:53:04 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | cffd184daf | fixed #1446: updated traditional chinese translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2473 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-02 13:51:43 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | e4b48a8b92 | Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@2471 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-02 05:53:58 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | e72a6b194d | Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list. Thanks, salmon@eight.nl git-svn-id: http://code.djangoproject.com/svn/django/trunk@2468 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-02 05:07:22 +00:00 |  | 
			
				
					| 
							
							
								 Georg Bauer | 517b4a93e5 | fixed #1432: updated russian translations git-svn-id: http://code.djangoproject.com/svn/django/trunk@2456 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 16:54:59 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 6d9f4e4ef6 | Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to prevent possible (but highly unlikely) collisions. Thanks, akaihola git-svn-id: http://code.djangoproject.com/svn/django/trunk@2454 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 03:51:55 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 6330e286c3 | Fixed #1399 -- Added template_object_name hook to generic views. Thanks, ChaosKCW git-svn-id: http://code.djangoproject.com/svn/django/trunk@2453 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 03:37:57 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | ace140662b | Added note to mysql backend about DATE_FORMAT not working. Refs #1423 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2450 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 03:17:24 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 85f084de39 | Added model unit tests for get_DATEFIELD_list(). Refs #1423 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2449 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 03:12:24 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 3daf7bde2e | Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymous git-svn-id: http://code.djangoproject.com/svn/django/trunk@2448 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 02:53:00 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 4a608b48c5 | Fixed #1427 -- Upgraded ez_setup.py to 0.6a10 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2447 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-03-01 02:49:43 +00:00 |  | 
			
				
					| 
							
							
								 Adrian Holovaty | 074299db83 | Fixed #1420 -- Added copy-and-paste (pastebin-friendly) toggle for debug view. Thanks, jpaulofarias git-svn-id: http://code.djangoproject.com/svn/django/trunk@2444 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-02-28 15:52:57 +00:00 |  | 
			
				
					| 
							
							
								 Jacob Kaplan-Moss | f15a983d88 | Fixed #1336 -- made USStateField work correctly when data is None (thanks, chrisb) git-svn-id: http://code.djangoproject.com/svn/django/trunk@2427 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-02-27 23:45:17 +00:00 |  | 
			
				
					| 
							
							
								 Jacob Kaplan-Moss | da310cff67 | Fixed #1033 -- pagination in object_list generic views now use 1-indexed page numbers in the URL.  Thanks, Tom Tobin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2426 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | 2006-02-27 23:34:39 +00:00 |  |