Adrian Holovaty
|
71564b4349
|
Added django.utils.decorators, from Hugo's #580 patch. Refs #580.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-08 21:44:37 +00:00 |
Adrian Holovaty
|
a933432a70
|
Fixed #473 -- Added a MysqlDebugWrapper to use for MySQL with DEBUG=True. It displays more informative error messages for MySQL warnings. Thanks for the patch, mlambert@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-08 21:00:25 +00:00 |
Adrian Holovaty
|
b63abf0379
|
Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argument to connection.autocommit()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-08 20:56:34 +00:00 |
Adrian Holovaty
|
6beab20722
|
Fixed #374 -- Filtering by BooleanField now works in admin with SQLite. Thanks, davidschein
git-svn-id: http://code.djangoproject.com/svn/django/trunk@804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-08 20:23:11 +00:00 |
Adrian Holovaty
|
d93c68ab5f
|
Fixed #586 -- Fixed bug in raw_id_admin caused by [785]. Thanks for the heads-up, slashzero
git-svn-id: http://code.djangoproject.com/svn/django/trunk@800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-07 23:39:06 +00:00 |
Adrian Holovaty
|
9f7e2f38dd
|
Fixed ReST formatting for docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 17:29:59 +00:00 |
Adrian Holovaty
|
eaa8db131d
|
Changed docs/django-admin.txt to add a link to diveintopython's explanation of Python import search path
git-svn-id: http://code.djangoproject.com/svn/django/trunk@794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 17:27:13 +00:00 |
Adrian Holovaty
|
c8930e3af4
|
Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the patch, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 17:22:23 +00:00 |
Adrian Holovaty
|
485042b74d
|
Fixed #595 -- Fixed error when sorting API results descending with custom 'select' parameters. Thanks for the patch, Robert Wittams
git-svn-id: http://code.djangoproject.com/svn/django/trunk@792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 15:52:30 +00:00 |
Adrian Holovaty
|
9fe02e6b65
|
Made raw_id_admin work with non-integer primary keys
git-svn-id: http://code.djangoproject.com/svn/django/trunk@790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 14:43:07 +00:00 |
Adrian Holovaty
|
cb628c0cb7
|
Changed django.core.management to remove a couple of hard-coded slashes from os.path.join calls. Thanks, Stuart Langridge
git-svn-id: http://code.djangoproject.com/svn/django/trunk@789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 14:30:35 +00:00 |
Adrian Holovaty
|
ab9aacd4db
|
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 02:27:08 +00:00 |
Adrian Holovaty
|
261ab166ce
|
Fixed #586 -- raw_id_admin now works with non-integer primary keys
git-svn-id: http://code.djangoproject.com/svn/django/trunk@785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 01:51:30 +00:00 |
Adrian Holovaty
|
8dda2aeaa3
|
Improved model validator to check admin.list_filter and type-check admin.list_display
git-svn-id: http://code.djangoproject.com/svn/django/trunk@784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-06 01:41:54 +00:00 |
Adrian Holovaty
|
c3fa47edb8
|
Added USE_FLAT_PAGES setting, which defaults to True.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-05 23:36:17 +00:00 |
Adrian Holovaty
|
16f9b08611
|
Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments are also accepted
git-svn-id: http://code.djangoproject.com/svn/django/trunk@781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-05 22:47:36 +00:00 |
Jacob Kaplan-Moss
|
837afc5a29
|
Changed default JING_PATH setting to be something that might actually be useful.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-04 18:05:37 +00:00 |
Adrian Holovaty
|
78b8fcc235
|
Fixed typo in docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-04 15:17:22 +00:00 |
Adrian Holovaty
|
6f07f717c0
|
Fixed #591 -- fixed typo in docs/templates_python.txt. Thanks, Boffbowsh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-04 13:34:59 +00:00 |
Adrian Holovaty
|
da71528717
|
Added missing period to docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 22:07:19 +00:00 |
Adrian Holovaty
|
53581d6d8d
|
Small tweak to docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 22:05:44 +00:00 |
Adrian Holovaty
|
a0595851b6
|
Added docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 22:02:51 +00:00 |
Adrian Holovaty
|
7cc9526b2e
|
Fixed typo in docs/tutorial01.txt. Thanks, Aggelos Orfanakos
git-svn-id: http://code.djangoproject.com/svn/django/trunk@747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 16:40:15 +00:00 |
Adrian Holovaty
|
acde573821
|
Fixed typo in docs/db-api.txt. Thanks, Aggelos Orfanakos
git-svn-id: http://code.djangoproject.com/svn/django/trunk@746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 16:39:05 +00:00 |
Adrian Holovaty
|
5595fe2aa6
|
Fixed typo in docs/tutorial03.txt. Thanks, Aggelos Orfanakos
git-svn-id: http://code.djangoproject.com/svn/django/trunk@745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 16:38:03 +00:00 |
Jacob Kaplan-Moss
|
6b2226bab8
|
Fixed #447 - the RSS framework can now output pub dates
git-svn-id: http://code.djangoproject.com/svn/django/trunk@743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 13:58:30 +00:00 |
Jacob Kaplan-Moss
|
1838c76307
|
Fixed #472 - added notes about File/ImageFields from the FAQ to the model API doc
git-svn-id: http://code.djangoproject.com/svn/django/trunk@742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-30 13:49:43 +00:00 |
Adrian Holovaty
|
998fc72c0d
|
Changed [735] so that database-agnostic SQL always gets executed, even if database-specific SQL doesn't exist.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 23:43:03 +00:00 |
Jacob Kaplan-Moss
|
27b1f69d79
|
Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} variables to for loops. Also updated the docs and added unit tests to verify correct behavior. Thanks, Clint.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 23:34:29 +00:00 |
Jacob Kaplan-Moss
|
151b44c89a
|
Fixed #363 - django-admin sqlall now uses database-specific initial data files if they exist.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 23:23:11 +00:00 |
Jacob Kaplan-Moss
|
022a03ab32
|
Fixed #541 - generic views now may take a {{{template_loader}}} argument so they can use a different template loader than Django's own. Thanks, Joao.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 23:16:29 +00:00 |
Jacob Kaplan-Moss
|
bab70003fe
|
Fixed #574 - small CSS issue in admin tables. Thanks, Hein-Pieter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 22:36:48 +00:00 |
Jacob Kaplan-Moss
|
2425907eac
|
Fixed #576 - popups no longer show "save & continue" buttons. Thanks, Hein-Pieter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 22:34:17 +00:00 |
Adrian Holovaty
|
3dd1d28c7f
|
Clarified potentially confusing sentence in docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 19:56:17 +00:00 |
Adrian Holovaty
|
277cc05462
|
Changed django.core.template_file to use absolute import for 'template' module
git-svn-id: http://code.djangoproject.com/svn/django/trunk@721 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 15:06:53 +00:00 |
Jacob Kaplan-Moss
|
2aadb6ef8c
|
Nonsense change to README to test svn auth setup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 15:04:02 +00:00 |
Adrian Holovaty
|
38649f4c3f
|
Fixed #537 -- Fixed typo in [718]. Thanks, Esaj
git-svn-id: http://code.djangoproject.com/svn/django/trunk@719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 14:59:49 +00:00 |
Jacob Kaplan-Moss
|
22f27949bd
|
Fixed #537; thanks, fonso
git-svn-id: http://code.djangoproject.com/svn/django/trunk@718 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 13:29:12 +00:00 |
Jacob Kaplan-Moss
|
152d437305
|
Fixed #546 - render_to_string and render_to_response may now take lists of templates and use select_template instead of get_template. Thanks, hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 13:26:49 +00:00 |
Jacob Kaplan-Moss
|
808b3f4b91
|
Fixed #106 - "Add another" now correctly works in IE - thanks, Paolo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 13:02:34 +00:00 |
Adrian Holovaty
|
8a7189f38f
|
Fixed #501 -- Fixed block.super in multi-level templates, and added unit tests to confirm. Thanks for the patch, django@kieranholland.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@715 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 04:22:09 +00:00 |
Adrian Holovaty
|
26021249a4
|
Fixed #573 -- Added 'Add another' link to many-to-many fields in admin. Thanks, hp@syntomax.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-29 03:19:14 +00:00 |
Adrian Holovaty
|
c1a16d54b0
|
Fixed #553 -- Added django.core.meta.fields.Field.get_internal_type() hook, for creating custom meta.Field subclasses. Thanks, wojtek3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-28 23:08:47 +00:00 |
Jacob Kaplan-Moss
|
cd34c163cc
|
Moved JING from django.core.validators into settings where it belongs. Fixes #568.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 16:34:10 +00:00 |
Adrian Holovaty
|
8b67f5f829
|
Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 16:33:25 +00:00 |
Jacob Kaplan-Moss
|
2d1303bd68
|
Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix
on emails send with mail_admins/mail_managers. Refs #568.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 16:32:21 +00:00 |
Adrian Holovaty
|
cac99144fd
|
Fixed #544 -- Added xmlns and lang attributes to <html> tag in admin_templates/base.html, so that the admin works when served as application/xhtml+xml. Thanks, Sune Kirkeby
git-svn-id: http://code.djangoproject.com/svn/django/trunk@706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 04:28:18 +00:00 |
Adrian Holovaty
|
787ff70e9d
|
Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@705 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 04:25:08 +00:00 |
Adrian Holovaty
|
c084005d58
|
Fixed #131 -- URLconfs that are 'included' now receive captured parameters from parent URLconfs. Thanks for the idea, jcernelli@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 04:24:19 +00:00 |
Adrian Holovaty
|
7f4067100c
|
Fixed #150 -- Clarified DATABASE_NAME description in docs/tutorial01.txt for SQLite. Thanks, lstep@adelux.fr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-27 03:38:15 +00:00 |