Adrian Holovaty
|
fd3d579179
|
Added django.contrib.admin.templatetags. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@946 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 23:15:47 +00:00 |
|
Adrian Holovaty
|
0dc843b3c6
|
Added contrib.admin.models.admin, which contains LogEntry (from models.auth). It still exists in models.auth, temporarily
git-svn-id: http://code.djangoproject.com/svn/django/trunk@945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 22:55:23 +00:00 |
|
Georg Bauer
|
040462f61b
|
i18n: shortened a too-long german translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@944 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 18:53:52 +00:00 |
|
Georg Bauer
|
2c723003e0
|
i18n: django-admin.py forces english translation because of it's generated SQL stuff (like permission names)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 17:50:08 +00:00 |
|
Georg Bauer
|
c1d8494640
|
added french django translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 17:29:55 +00:00 |
|
Adrian Holovaty
|
30d7e62828
|
Fixed ReST bug in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 15:59:06 +00:00 |
|
Adrian Holovaty
|
1bb40e75c7
|
Removed legacy TODO comment from django.models.auth
git-svn-id: http://code.djangoproject.com/svn/django/trunk@938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 15:41:45 +00:00 |
|
Adrian Holovaty
|
1f227df92b
|
Added DATA_TYPES_REVERSE to ado_mssql backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 14:33:32 +00:00 |
|
Adrian Holovaty
|
8863e5dd11
|
Changed get_random_function_sql for ado_mssql backend to use RAND(), which is correct. Thanks, Jakub Labath
git-svn-id: http://code.djangoproject.com/svn/django/trunk@936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 14:02:46 +00:00 |
|
Adrian Holovaty
|
b890e37ada
|
Added get_table_list() to ado_mssql backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 13:59:58 +00:00 |
|
Georg Bauer
|
f77dd9f81f
|
i18n: added an empty translation file for language "en" as a startingpoint for translators
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 13:06:42 +00:00 |
|
Georg Bauer
|
f99782e48e
|
i18n: merged to [931] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 10:50:15 +00:00 |
|
Adrian Holovaty
|
d5f32aa008
|
Changed contrib.admin.views.main to use staff_member_required_decorator. Refs #627. Note that, by this point, AdminUserRequired middleware is redundant -- but nothing is backwards-incompatible yet.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 05:23:07 +00:00 |
|
Adrian Holovaty
|
c2ffd62d89
|
Changed django.contrib.admin.views.main to use template.loader instead of template_loader
git-svn-id: http://code.djangoproject.com/svn/django/trunk@930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 05:18:50 +00:00 |
|
Adrian Holovaty
|
15fb988dbc
|
Changed contrib.admin.views.template and doc to use staff_member_required decorator. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 05:12:45 +00:00 |
|
Adrian Holovaty
|
530f8d12b7
|
Removed django.views.admin. Everything has been moved to django.contrib.admin.views. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@928 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:59:26 +00:00 |
|
Adrian Holovaty
|
b4fd513f9f
|
Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this is still backwards-compatible, assuming people are using django.conf.urls.admin as their admin URLconf
git-svn-id: http://code.djangoproject.com/svn/django/trunk@927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:58:34 +00:00 |
|
Adrian Holovaty
|
14bb88a5fc
|
Added admin, registration, admin_doc directories in contrib.admin.templates. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:50:36 +00:00 |
|
Adrian Holovaty
|
055056bc31
|
Added django.contrib.admin.urls and django.contrib.admin.templates. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:44:24 +00:00 |
|
Adrian Holovaty
|
1cde1e8e59
|
Removed jsvalidation line in django.conf.urls.admin -- that doesn't exist
git-svn-id: http://code.djangoproject.com/svn/django/trunk@924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:42:02 +00:00 |
|
Adrian Holovaty
|
aed1930133
|
Moved django.views.admin.template and django.views.admin.doc to django.contrib.admin.views. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:40:47 +00:00 |
|
Adrian Holovaty
|
1dc6d4b265
|
Changed django.views.admin.doc to use template.loader instead of template_loader
git-svn-id: http://code.djangoproject.com/svn/django/trunk@922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:36:28 +00:00 |
|
Adrian Holovaty
|
91c67bcd45
|
Added django.contrib.admin, with a staff_member_required decorator and code from AdminUserRequired middleware. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-18 04:21:07 +00:00 |
|
Georg Bauer
|
6179bb6448
|
i18n: added gl translation. thx fonso.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 23:09:33 +00:00 |
|
Georg Bauer
|
52e336d3d0
|
i18n: fixed a problem with the object history and lazy translations of field names
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 22:33:08 +00:00 |
|
Wilson Miner
|
72442152d2
|
Fixed #638 and cleaned up some CSS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 20:22:12 +00:00 |
|
Georg Bauer
|
c63aae3cff
|
i18n: added hint on order for locale middleware
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 19:45:56 +00:00 |
|
Georg Bauer
|
a26e6a4d75
|
i18n: updated translation doc to reflect the django_language and LANGUAGE_CODE format change
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 19:34:12 +00:00 |
|
Georg Bauer
|
2070258460
|
i18n: once again worked over the django_language parameter (cookie, get, post, session) format. It's now back to HTML format (en-us, not en_US)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 19:33:30 +00:00 |
|
Georg Bauer
|
29bd2caee6
|
i18n: added a lot more translations to the admin stuff, especially model related stuff
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 18:55:46 +00:00 |
|
Adrian Holovaty
|
91bd6eed06
|
Fixed typo in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 18:08:55 +00:00 |
|
Georg Bauer
|
7a0e8a2492
|
i18n: merged to [905] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 15:44:09 +00:00 |
|
Georg Bauer
|
714a32aa49
|
i18n: fixed a bug with the i18n template tag that crept in with the last merge - some imports where lost.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 15:41:05 +00:00 |
|
Georg Bauer
|
e1e47e485e
|
i18n: added a load of translation hooks to validator error messages and predefined model help texts. And added german translations and prepared other languages for translation update.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 14:39:00 +00:00 |
|
Georg Bauer
|
f3723ce84b
|
i18n: added -a switch to make-messags.py to run xgettext on all messagefiles
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 14:37:26 +00:00 |
|
Adrian Holovaty
|
63a3c72e19
|
Added note about multiple block tags to docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 14:26:20 +00:00 |
|
Georg Bauer
|
3c68633d57
|
i18n: fixed handling of gettext_lazy - now it doesn't memoize function values any more
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 13:54:52 +00:00 |
|
Adrian Holovaty
|
383704ac84
|
Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that return URLs starting with http. Thanks, Hugo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@903 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-17 13:24:29 +00:00 |
|
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 |
|