Georg Bauer
|
56f73b45cc
|
i18n: fixed a typo in the language names
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 21:48:37 +00:00 |
|
Georg Bauer
|
c8f9ab1ec1
|
i18n: added updated italian translations
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 21:33:48 +00:00 |
|
Georg Bauer
|
773df6ca39
|
i18n: updated french translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 15:32:29 +00:00 |
|
Georg Bauer
|
ad1abc35b6
|
i18n: added sample dateformat i18n to the object_changelist template
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 11:54:50 +00:00 |
|
Georg Bauer
|
916dd813f9
|
i18n: updated all language files to new message IDs
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 11:46:11 +00:00 |
|
Georg Bauer
|
4bab93a5fd
|
i18n: added missing translations of day names, month names and language selection
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 11:45:35 +00:00 |
|
Georg Bauer
|
174c8a0295
|
i18n: merged to [992] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@993 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-23 10:18:03 +00:00 |
|
Adrian Holovaty
|
17f62269c2
|
Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-22 21:37:59 +00:00 |
|
Adrian Holovaty
|
f82e64c6b2
|
Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also added unit tests to confirm. Thanks, Jeremy Dunck
git-svn-id: http://code.djangoproject.com/svn/django/trunk@991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-22 21:18:53 +00:00 |
|
Adrian Holovaty
|
411625a761
|
Some small improvements and fixes to docs/authentication.txt, which still isn't finished
git-svn-id: http://code.djangoproject.com/svn/django/trunk@990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-22 00:18:39 +00:00 |
|
Adrian Holovaty
|
d412dbf46b
|
Added partially completed docs/authentication.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-22 00:12:56 +00:00 |
|
Adrian Holovaty
|
4f47ef85f8
|
Added django.views.decorators.auth.user_passes_test, which is a more generic hook into authentication based on a test. Refactored login_required to use user_passes_test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-22 00:04:55 +00:00 |
|
Adrian Holovaty
|
cc3635d62f
|
Fixed #663 -- app_directories template loader no longer assumes a dot in the app name. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 23:16:45 +00:00 |
|
Adrian Holovaty
|
81cbf27a13
|
Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, Ian
git-svn-id: http://code.djangoproject.com/svn/django/trunk@984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 22:58:33 +00:00 |
|
Adrian Holovaty
|
3e7ea41bbb
|
Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 21:58:01 +00:00 |
|
Georg Bauer
|
15f1da0532
|
i18n: merged to [978] from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 14:15:30 +00:00 |
|
Adrian Holovaty
|
169f9d2bd3
|
Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 13:22:20 +00:00 |
|
Adrian Holovaty
|
d8b8367494
|
Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, kieranholland
git-svn-id: http://code.djangoproject.com/svn/django/trunk@977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 13:16:46 +00:00 |
|
Adrian Holovaty
|
a102942d7a
|
Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 13:13:55 +00:00 |
|
Georg Bauer
|
0ab4ae9349
|
i18n: removed special casing for en and en-* - we now have an english translation file, so just handle en the same way as other languages
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 07:36:44 +00:00 |
|
Adrian Holovaty
|
e4c844ffa0
|
Fixed #653 -- setup.up now accounts for admin file moves. Thanks, korpios@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 05:35:33 +00:00 |
|
Adrian Holovaty
|
62db7c5c94
|
Fixed another ReST bug in template docs from [969]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 05:32:49 +00:00 |
|
Adrian Holovaty
|
81fd300a4e
|
Fixed ReST bug in template docs from [969]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 05:31:54 +00:00 |
|
Adrian Holovaty
|
4c327b9c86
|
Lightly refactored django.utils.dateformat to make it use less code. Also integrated some of Sune's improvements from the #479 patch, including support for backslash escaping. Also vastly improved template docs for the {% now %} tag
git-svn-id: http://code.djangoproject.com/svn/django/trunk@969 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 05:30:11 +00:00 |
|
Adrian Holovaty
|
539e53ccf1
|
Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 04:20:52 +00:00 |
|
Adrian Holovaty
|
bf5dce64de
|
Fixed #642 -- Added small improvement to EmailField docs. Thanks, Boffbowsh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-20 04:03:41 +00:00 |
|
Georg Bauer
|
f29aab5447
|
i18n: fixed a bug that crept in with latest translation for new admin
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 23:59:05 +00:00 |
|
Georg Bauer
|
72dcdd4de1
|
i18n: reworked part of the translation loader to be cleaner, simpler and faster
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 23:55:37 +00:00 |
|
Georg Bauer
|
6ec8d14619
|
i18n: updated .po files for new message locations
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 18:22:12 +00:00 |
|
Georg Bauer
|
e1cae1e090
|
i18n: re-added lost translation hooks (dropped in the last big merge)
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@962 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 18:18:03 +00:00 |
|
Georg Bauer
|
dba9cf9fd0
|
i18n: updated french translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 18:07:50 +00:00 |
|
Georg Bauer
|
1114589e0d
|
i18n: merged to trunk [959]
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 16:32:57 +00:00 |
|
Adrian Holovaty
|
989fcce02a
|
Fixed template-name bug for admin doc templates in [948]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 16:29:20 +00:00 |
|
Adrian Holovaty
|
9de01b157f
|
Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenG
git-svn-id: http://code.djangoproject.com/svn/django/trunk@958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 16:10:31 +00:00 |
|
Adrian Holovaty
|
56022ea314
|
Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by 'django-admin startproject
git-svn-id: http://code.djangoproject.com/svn/django/trunk@957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 16:03:24 +00:00 |
|
Georg Bauer
|
1d08d433f9
|
i18n: merged up to [954] from trunk. contains the big load of admin reworking stuff from adrian.
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 15:47:26 +00:00 |
|
Georg Bauer
|
6a25843fb1
|
i18n: added a note on DjangoContext vs. Context with regard to LANGUAGES and LANGUAGE_CODE
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 14:53:07 +00:00 |
|
Adrian Holovaty
|
ed2f2419a1
|
Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in case of 404s and 500s. Thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 13:44:55 +00:00 |
|
Adrian Holovaty
|
d8632868f9
|
Removed django.conf.admin_templates. Refs #627
git-svn-id: http://code.djangoproject.com/svn/django/trunk@952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 01:22:18 +00:00 |
|
Adrian Holovaty
|
c548955d29
|
Fixed admin template bug from [948]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 01:18:53 +00:00 |
|
Adrian Holovaty
|
d7a69df1b6
|
Fixed ReST bug in docs/tutorial02.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 01:17:13 +00:00 |
|
Adrian Holovaty
|
079752fe88
|
Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 01:16:57 +00:00 |
|
Adrian Holovaty
|
f07e5d4f5d
|
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-19 01:09:05 +00:00 |
|
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 |
|