Adrian Holovaty
|
0bb68cd072
|
Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous
git-svn-id: http://code.djangoproject.com/svn/django/trunk@902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 13:20:59 +00:00 |
|
Georg Bauer
|
49739a8f84
|
i18n: added translation hooks to all validators
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@901 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 13:16:13 +00:00 |
|
Adrian Holovaty
|
b223d0fd87
|
Added note to docs/django-admin.txt about 127.0.0.1 not being accessible from other machines on the network
git-svn-id: http://code.djangoproject.com/svn/django/trunk@900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 13:05:55 +00:00 |
|
Georg Bauer
|
6233af6633
|
i18n: modified settings.txt to reflect LANGUAGE_CODE behaviour
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 12:40:26 +00:00 |
|
Georg Bauer
|
e8fc1fc97c
|
i18n: merged to [897] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 11:33:01 +00:00 |
|
Georg Bauer
|
fcb0aeb564
|
i18n: fixed settings and default settings files for i18n changes
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 07:22:22 +00:00 |
|
Adrian Holovaty
|
c686424ed9
|
Fixed some formatting issues in docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 04:59:06 +00:00 |
|
Adrian Holovaty
|
6bec753867
|
Added docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 04:53:03 +00:00 |
|
Adrian Holovaty
|
8b7ebca68a
|
Changed global_settings.ADMIN_FOR from [] to ()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 04:36:51 +00:00 |
|
Adrian Holovaty
|
3df39deede
|
Added 'Loader types' section to docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 03:00:18 +00:00 |
|
Adrian Holovaty
|
57b4f231fd
|
Fixed #583 -- Added app_directories template loader, which searches for templates in 'templates' directory in each INSTALLED_APPS package. It's turned off by default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 02:37:50 +00:00 |
|
Adrian Holovaty
|
b9736c5c63
|
Added 'Designate between GET and POST' section to design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 02:31:35 +00:00 |
|
Adrian Holovaty
|
e8fda9091a
|
Fixed typo in filesystem template-loader error message
git-svn-id: http://code.djangoproject.com/svn/django/trunk@890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 02:18:28 +00:00 |
|
Adrian Holovaty
|
dc3f6e4113
|
Changed internal variable names in django.core.template.loaders.eggs to be consistent with filesystem
git-svn-id: http://code.djangoproject.com/svn/django/trunk@889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 01:53:22 +00:00 |
|
Adrian Holovaty
|
f808d1bb8c
|
Removed django/conf/admin_templates/changelist_generic.html -- a leftover, legacy template that's no longer used
git-svn-id: http://code.djangoproject.com/svn/django/trunk@888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-16 20:52:11 +00:00 |
|
Adrian Holovaty
|
f1ecfe991d
|
Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@kenkinder.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@887 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-16 19:42:16 +00:00 |
|
Georg Bauer
|
ed124dc0ad
|
i18n: merged to [885] in trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@886 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-16 16:17:48 +00:00 |
|
Georg Bauer
|
6807c4bd4d
|
i18n: updated translation documentation for gettext_lazy
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-16 16:15:58 +00:00 |
|
Georg Bauer
|
a6a0d1ddcc
|
i18n: added gettext_lazy - lazy translation for stuff like model help text
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-16 16:10:48 +00:00 |
|
Adrian Holovaty
|
a2e26150b7
|
Fixed #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-15 02:20:35 +00:00 |
|
Adrian Holovaty
|
24154b2166
|
Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to gmilas@gmail.com for the patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-15 01:37:16 +00:00 |
|
Adrian Holovaty
|
8254a7a7db
|
Fixed #628 -- Django no longer overwrites model class docstrings if they're provided
git-svn-id: http://code.djangoproject.com/svn/django/trunk@878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-15 00:54:42 +00:00 |
|
Georg Bauer
|
e02e1e4f49
|
i18n: fixed a bug with Python 2.3 support (double encoding of stuff)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 23:47:35 +00:00 |
|
Georg Bauer
|
cde24debb7
|
i18n: merged to [873] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 23:32:35 +00:00 |
|
Adrian Holovaty
|
67e6252a1e
|
Upgraded ez_setup.py from 0.5a12 to 0.6a5
git-svn-id: http://code.djangoproject.com/svn/django/trunk@873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 22:38:59 +00:00 |
|
Adrian Holovaty
|
f575a4edaa
|
Fixed small namespace bug in [867]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 22:29:13 +00:00 |
|
Adrian Holovaty
|
6ee014725e
|
Changed template unit test runner to use new template-loader framework from [870]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 22:28:38 +00:00 |
|
Adrian Holovaty
|
7aefff7833
|
Fixed #582 -- Added support for loading templates from Python eggs, and a TEMPLATE_LOADERS setting, which defines which loaders to use. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@870 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 22:22:12 +00:00 |
|
Georg Bauer
|
2a2e2fb6aa
|
i18n: merged up to r868
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 21:33:45 +00:00 |
|
Adrian Holovaty
|
083b4f9001
|
Redid [865], which got lost in [867]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 20:12:16 +00:00 |
|
Adrian Holovaty
|
f71f854628
|
Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 20:10:13 +00:00 |
|
Jacob Kaplan-Moss
|
b773bf45c3
|
Registered default_if_none filter from [859]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 18:37:16 +00:00 |
|
Adrian Holovaty
|
2db3d9c7cc
|
Reworded part of design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 15:04:21 +00:00 |
|
Adrian Holovaty
|
f2b8e85360
|
Fixed ReST bugs in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@862 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 15:02:44 +00:00 |
|
Adrian Holovaty
|
42f8a069aa
|
Grammar fix to docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 14:06:49 +00:00 |
|
Adrian Holovaty
|
fdcc9da59c
|
Fixed typo in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 14:05:46 +00:00 |
|
Adrian Holovaty
|
ed1c9b2046
|
Fixed #622 -- Added default_if_none filter. Thanks, Eric
git-svn-id: http://code.djangoproject.com/svn/django/trunk@859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 03:48:27 +00:00 |
|
Adrian Holovaty
|
f2088d456c
|
Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj
git-svn-id: http://code.djangoproject.com/svn/django/trunk@858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 03:43:01 +00:00 |
|
Adrian Holovaty
|
d5bbe395c2
|
Small grammar cleanup to design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@857 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 03:33:54 +00:00 |
|
Adrian Holovaty
|
cdfbdfb1b2
|
Cleaned up 'Assume designer competence' section in docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 03:32:34 +00:00 |
|
Adrian Holovaty
|
5e5fe5b5a2
|
Added docs/design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-14 03:28:03 +00:00 |
|
Georg Bauer
|
2ffca1711d
|
i18n: merged to r852
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-13 16:21:40 +00:00 |
|
Georg Bauer
|
b61aee47fc
|
i18n: fixed bug in the templateize function to turn templates into something grokable for xgettext
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-13 14:49:48 +00:00 |
|
Georg Bauer
|
b34e844c2f
|
i18n: fixed language code reporting - now the actually used language code is reported, not the requested language code (as before). Additionally explicit language codes requested in GET, P OST or otherwise are checked against availability, too.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 15:33:22 +00:00 |
|
Georg Bauer
|
18d0c31d51
|
i18n: LANGUAGE_CODE in DjangoContext is now language-SUBLANGUAGE instead of language_SUBLANGUAGE (was introduced by [848])
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 14:55:03 +00:00 |
|
Adrian Holovaty
|
84a30e7096
|
Added link to server-arrangements page from docs/install.txt. Thanks, Alice
git-svn-id: http://code.djangoproject.com/svn/django/trunk@849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 13:25:24 +00:00 |
|
Georg Bauer
|
176c4545f6
|
changed layout of language stuff to be oriented after locale names, not language names (from accept-language header)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 11:48:27 +00:00 |
|
Adrian Holovaty
|
eb5d802cc2
|
Fixed ReST bug in docs/model-api.txt from [846]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 04:17:06 +00:00 |
|
Adrian Holovaty
|
5f9fe6d403
|
Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 04:14:21 +00:00 |
|
Adrian Holovaty
|
9fdacc7a66
|
Added note to docs/modpython.txt about non-dev arrangements not serving admin media files
git-svn-id: http://code.djangoproject.com/svn/django/trunk@845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-12 03:52:05 +00:00 |
|