summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | i18n: added simplified chinese translationGeorg Bauer2005-10-312-0/+888
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: startproject still did create the settings directory with admin.py ↵Georg Bauer2005-10-271-19/+0
| | | | | | | | | | | | setting - leftover from before the admin move. fixed. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1015 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated brazilian translationGeorg Bauer2005-10-272-514/+540
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1014 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | fix for startproject requiring settingsGeorg Bauer2005-10-271-2/+5
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated italian translationGeorg Bauer2005-10-232-11/+7
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: now really added the new language czechGeorg Bauer2005-10-232-0/+969
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1002 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: added new language czechGeorg Bauer2005-10-2319-9/+46
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: fixed a typo in the language namesGeorg Bauer2005-10-2319-999/+999
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: added updated italian translationsGeorg Bauer2005-10-232-153/+180
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated french translationGeorg Bauer2005-10-2310-975/+975
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: added sample dateformat i18n to the object_changelist templateGeorg Bauer2005-10-2312-10/+46
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@996 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated all language files to new message IDsGeorg Bauer2005-10-2318-703/+1823
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: added missing translations of day names, month names and language ↵Georg Bauer2005-10-234-101/+249
| | | | | | | | | | | | selection git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: merged to [992] from trunkGeorg Bauer2005-10-2311-29/+501
|\ \ | |/ | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@993 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty2005-10-225-18/+175
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #681 -- get_in_bulk no longer assumes PK fields are called id. Also ↵Adrian Holovaty2005-10-222-2/+7
| | | | | | | | | | | | added unit tests to confirm. Thanks, Jeremy Dunck git-svn-id: http://code.djangoproject.com/svn/django/trunk@991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Some small improvements and fixes to docs/authentication.txt, which still ↵Adrian Holovaty2005-10-221-6/+12
| | | | | | | | | | | | isn't finished git-svn-id: http://code.djangoproject.com/svn/django/trunk@990 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added partially completed docs/authentication.txtAdrian Holovaty2005-10-221-0/+282
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added django.views.decorators.auth.user_passes_test, which is a more generic ↵Adrian Holovaty2005-10-221-6/+13
| | | | | | | | | | | | 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
| * Fixed #663 -- app_directories template loader no longer assumes a dot in the ↵Adrian Holovaty2005-10-201-2/+12
| | | | | | | | | | | | app name. Thanks, Sune git-svn-id: http://code.djangoproject.com/svn/django/trunk@985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, IanAdrian Holovaty2005-10-201-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txtAdrian Holovaty2005-10-201-0/+5
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: merged to [978] from trunkGeorg Bauer2005-10-209-186/+197
|\ \ | |/ | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@979 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt.Adrian Holovaty2005-10-201-1/+8
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the patch, ↵Adrian Holovaty2005-10-202-8/+16
| | | | | | | | | | | | kieranholland git-svn-id: http://code.djangoproject.com/svn/django/trunk@977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.comAdrian Holovaty2005-10-201-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #653 -- setup.up now accounts for admin file moves. Thanks, ↵Adrian Holovaty2005-10-201-5/+5
| | | | | | | | | | | | korpios@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed another ReST bug in template docs from [969]Adrian Holovaty2005-10-201-1/+2
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed ReST bug in template docs from [969]Adrian Holovaty2005-10-201-0/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Lightly refactored django.utils.dateformat to make it use less code. Also ↵Adrian Holovaty2005-10-202-163/+153
| | | | | | | | | | | | 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
| * Fixed #317 -- SlugField now accepts hyphens. Thanks, SuneAdrian Holovaty2005-10-204-9/+13
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #642 -- Added small improvement to EmailField docs. Thanks, BoffbowshAdrian Holovaty2005-10-201-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: removed special casing for en and en-* - we now have an english ↵Georg Bauer2005-10-201-24/+7
| | | | | | | | | | | | 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
* | i18n: fixed a bug that crept in with latest translation for new adminGeorg Bauer2005-10-191-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: reworked part of the translation loader to be cleaner, simpler and fasterGeorg Bauer2005-10-193-87/+88
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated .po files for new message locationsGeorg Bauer2005-10-1919-3148/+3162
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: re-added lost translation hooks (dropped in the last big merge)Georg Bauer2005-10-191-7/+9
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@962 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated french translationGeorg Bauer2005-10-192-831/+831
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@961 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: merged to trunk [959]Georg Bauer2005-10-192-12/+19
|\ \ | |/ | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed template-name bug for admin doc templates in [948]Adrian Holovaty2005-10-191-10/+10
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenGAdrian Holovaty2005-10-191-2/+0
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by ↵Adrian Holovaty2005-10-191-0/+9
| | | | | | | | | | | | 'django-admin startproject git-svn-id: http://code.djangoproject.com/svn/django/trunk@957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: merged up to [954] from trunk. contains the big load of admin ↵Georg Bauer2005-10-19106-370/+201
|\ \ | |/ | | | | | | | | reworking stuff from adrian. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #647 -- Fixed cache middleware not to expect _cache_update_cache, in ↵Adrian Holovaty2005-10-191-1/+1
| | | | | | | | | | | | case of 404s and 500s. Thanks, Eugene git-svn-id: http://code.djangoproject.com/svn/django/trunk@954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Removed django.conf.admin_templates. Refs #627Adrian Holovaty2005-10-190-0/+0
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed admin template bug from [948]Adrian Holovaty2005-10-191-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed ReST bug in docs/tutorial02.txtAdrian Holovaty2005-10-191-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, SuneAdrian Holovaty2005-10-191-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a ↵Adrian Holovaty2005-10-19101-377/+142
| | | | | | | | | | | | 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
| * Added django.contrib.admin.templatetags. Refs #627Adrian Holovaty2005-10-181-0/+0
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@946 bcc190cf-cafb-0310-a4f2-bffc1f526a37