https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
e27211a i18n: merged to [1054] of trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1067 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 21:29:48 UTC
9e724c2 i18n: fixed documentation and message scanner for constant string translations git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1066 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 17:10:16 UTC
11e6a88 i18n: readded constant string translations, needed for template tags with string constants git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1065 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 16:50:41 UTC
1470bb0 i18n: updated unittests and fixed bugs in the tags, removed the old tags and fixed #719 (thx nesh) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1064 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 16:07:43 UTC
ed05d90 i18n: updated translation documentation for new syntax git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1063 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 12:01:16 UTC
c9194cd i18n: rebuilt the .po and .mo files based on the new source git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1062 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 11:26:42 UTC
b60d7ff i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %} git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1061 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 11:25:18 UTC
df1e0ef i18n: updated sr translation. thx Petar. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1060 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 07:54:45 UTC
76c591d i18n: fixed the LANGUAGES variable to contain language codes (instead of locale codes) and fixed a wrong language name git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1059 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 07:53:22 UTC
9af59f4 Small update to [1057] git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1058 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 06:54:10 UTC
e2b7527 Preliminary clean-up of docs/translation.txt in i18n branch git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1057 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 November 2005, 06:52:53 UTC
1c4a481 i18n: updated fr translation. thx Laurent. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1055 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 23:41:08 UTC
cb45fd0 Added DATABASE_PORT to docs/legacy_databases.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1054 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 22:28:08 UTC
f29205f Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of tables that shouldn't be in the database, because that's now optional. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1053 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 21:55:21 UTC
2d5c6ec Changed docs/legacy_databases.txt to link to settings docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@1052 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 21:53:32 UTC
b5df9c3 Improved docs/db-api.txt to specify that case-sensitive ordering isn't supported git-svn-id: http://code.djangoproject.com/svn/django/trunk@1051 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 20:31:12 UTC
91a2835 Made floatformat filter not choke on non-floats git-svn-id: http://code.djangoproject.com/svn/django/trunk@1050 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 19:01:27 UTC
a7bd5a2 i18n: updated documentation and unittests for the new get_available_languages tag and the new switching view git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1049 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 17:48:49 UTC
13fcef4 i18n: added get_available_languages tag and added a default view for switching languages (both from the django-dev posting of jacob) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1048 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 17:46:07 UTC
5c83994 i18n: added updated sr translation. thx nesh. git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1045 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 14:45:32 UTC
27efe14 Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1044 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 November 2005, 14:26:55 UTC
ca3dbaa i18n: removed debugging leftovers (thx. rjwittams) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1043 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 18:50:32 UTC
23bb8c4 Added quote_name hook for each database backend. Refs #121. Thanks, Robin Munn -- we miss you. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1039 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 01:32:54 UTC
c65332d Updated out-of-date docstring in django/core/db/__init__.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@1038 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 01:28:42 UTC
cee6faf Fixed #505 -- ssi template tag now displays a message instead of failing silently if DEBUG=True. Thanks, Manuzhai git-svn-id: http://code.djangoproject.com/svn/django/trunk@1037 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 01:11:36 UTC
7136eb8 Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-sensitive comparisons -- contains, startswith and endswith. Thanks, Simon git-svn-id: http://code.djangoproject.com/svn/django/trunk@1036 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 01:08:13 UTC
390666a Fixed #508 -- Added support for 'expires' in cookies and changed session middleware to set 'expires' in addition to 'max_age'. Thanks, mark@junklight.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@1035 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 01:02:07 UTC
41d5cff Fixed #548 -- Added missing step at the end of docs/tutorial04.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1034 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 00:49:52 UTC
3226127 Added model unit tests for year, month and day lookup. Refs #659 git-svn-id: http://code.djangoproject.com/svn/django/trunk@1033 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 November 2005, 00:40:32 UTC
9480908 i18n: updated cs translation git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1032 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 October 2005, 21:37:21 UTC
546e368 More tightening of docs/cache.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1031 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 October 2005, 03:17:39 UTC
cbe2426 Made several grammar fixes to cache documentation from [1020] git-svn-id: http://code.djangoproject.com/svn/django/trunk@1030 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 October 2005, 03:14:57 UTC
63651e8 i18n: merged to [1025] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1027 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 October 2005, 00:13:29 UTC
e744018 i18n: added simplified chinese translation git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1026 bcc190cf-cafb-0310-a4f2-bffc1f526a37 31 October 2005, 00:02:40 UTC
fb55717 Documented {{{singular}}} argument for m2m relationships (fixes #664). git-svn-id: http://code.djangoproject.com/svn/django/trunk@1025 bcc190cf-cafb-0310-a4f2-bffc1f526a37 30 October 2005, 14:35:44 UTC
7e0719e Fixed #675: PasswordFields now respect length and maxlength params git-svn-id: http://code.djangoproject.com/svn/django/trunk@1022 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 October 2005, 17:10:51 UTC
2822f71 Fixed #140: memcached backends may now use multiple servers git-svn-id: http://code.djangoproject.com/svn/django/trunk@1021 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 October 2005, 17:05:19 UTC
f12e324 Fixed #612 - added cache control headers (thanks, hugo) git-svn-id: http://code.djangoproject.com/svn/django/trunk@1020 bcc190cf-cafb-0310-a4f2-bffc1f526a37 29 October 2005, 17:00:20 UTC
67d490a Fixed #701 -- contrib.admin.views.doc now uses get_internal_type() git-svn-id: http://code.djangoproject.com/svn/django/trunk@1019 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 October 2005, 03:48:33 UTC
b5a6ff5 Fixed #488 -- removetags template filter now removes tags without a space before the final slash git-svn-id: http://code.djangoproject.com/svn/django/trunk@1018 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 October 2005, 03:45:51 UTC
c6f375f Fixed #700 -- urlify.js now uses hyphens instead of underscores git-svn-id: http://code.djangoproject.com/svn/django/trunk@1017 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 October 2005, 03:41:39 UTC
e7c870c Fixed #703: added decorators to require that view be called with a given HTTP REQUEST_METHOD git-svn-id: http://code.djangoproject.com/svn/django/trunk@1016 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 October 2005, 01:30:30 UTC
30b8576 i18n: startproject still did create the settings directory with admin.py 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 27 October 2005, 23:03:13 UTC
ec56b72 i18n: updated brazilian translation git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1014 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 October 2005, 23:01:02 UTC
de42aef fix for startproject requiring settings git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1013 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 October 2005, 22:34:06 UTC
c3377c1 Fixed shortcut redirect handler git-svn-id: http://code.djangoproject.com/svn/django/trunk@1012 bcc190cf-cafb-0310-a4f2-bffc1f526a37 26 October 2005, 14:01:53 UTC
d310b10 Changed global_settings.TEMPLATE_LOADERS to be same as default project_template.settings.TEMPLATE_LOADERS git-svn-id: http://code.djangoproject.com/svn/django/trunk@1011 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 October 2005, 02:02:58 UTC
3ad82ef Improved autoreloader to ignore files that might be in eggs. Refs #596 git-svn-id: http://code.djangoproject.com/svn/django/trunk@1010 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 October 2005, 02:01:10 UTC
5c3d1ec Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell git-svn-id: http://code.djangoproject.com/svn/django/trunk@1009 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 October 2005, 01:51:57 UTC
1ed9986 Fixed #679 -- 'collapse' admin row class is now processed correctly when more than one tuple is in the admin.fields list. Thanks, malcolm git-svn-id: http://code.djangoproject.com/svn/django/trunk@1008 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 October 2005, 01:47:34 UTC
e0d2793 Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. Thanks, Sune git-svn-id: http://code.djangoproject.com/svn/django/trunk@1007 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 October 2005, 01:44:14 UTC
d4abd6f Small massaging of docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1006 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 22:43:54 UTC
c604de5 Added 'django-admin.py installperms' command git-svn-id: http://code.djangoproject.com/svn/django/trunk@1005 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 22:43:24 UTC
43ad69e Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, rjwittams git-svn-id: http://code.djangoproject.com/svn/django/trunk@1004 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 22:42:44 UTC
e8d46cb i18n: updated italian translation git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1003 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 22:13:41 UTC
2696254 i18n: now really added the new language czech git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1002 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 22:03:26 UTC
75ac32d i18n: added new language czech git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1001 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 22:02:55 UTC
56f73b4 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 23 October 2005, 21:48:37 UTC
c8f9ab1 i18n: added updated italian translations git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@999 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 21:33:48 UTC
773df6c i18n: updated french translation git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@997 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 15:32:29 UTC
ad1abc3 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 23 October 2005, 11:54:50 UTC
916dd81 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 23 October 2005, 11:46:11 UTC
4bab93a 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 23 October 2005, 11:45:35 UTC
174c8a0 i18n: merged to [992] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@993 bcc190cf-cafb-0310-a4f2-bffc1f526a37 23 October 2005, 10:18:03 UTC
17f6226 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 22 October 2005, 21:37:59 UTC
f82e64c 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 22 October 2005, 21:18:53 UTC
411625a 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 22 October 2005, 00:18:39 UTC
d412dbf Added partially completed docs/authentication.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@989 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 October 2005, 00:12:56 UTC
4f47ef8 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 22 October 2005, 00:04:55 UTC
cc3635d 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 20 October 2005, 23:16:45 UTC
81cbf27 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 20 October 2005, 22:58:33 UTC
3e7ea41 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 20 October 2005, 21:58:01 UTC
15f1da0 i18n: merged to [978] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@979 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 October 2005, 14:15:30 UTC
169f9d2 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 20 October 2005, 13:22:20 UTC
d8b8367 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 20 October 2005, 13:16:46 UTC
a102942 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 20 October 2005, 13:13:55 UTC
0ab4ae9 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 20 October 2005, 07:36:44 UTC
e4c844f 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 20 October 2005, 05:35:33 UTC
62db7c5 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 20 October 2005, 05:32:49 UTC
81fd300 Fixed ReST bug in template docs from [969] git-svn-id: http://code.djangoproject.com/svn/django/trunk@970 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 October 2005, 05:31:54 UTC
4c327b9 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 20 October 2005, 05:30:11 UTC
539e53c Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune git-svn-id: http://code.djangoproject.com/svn/django/trunk@968 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 October 2005, 04:20:52 UTC
bf5dce6 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 20 October 2005, 04:03:41 UTC
f29aab5 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 19 October 2005, 23:59:05 UTC
72dcdd4 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 19 October 2005, 23:55:37 UTC
6ec8d14 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 19 October 2005, 18:22:12 UTC
e1cae1e 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 19 October 2005, 18:18:03 UTC
dba9cf9 i18n: updated french translation git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@961 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 October 2005, 18:07:50 UTC
1114589 i18n: merged to trunk [959] git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@960 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 October 2005, 16:32:57 UTC
989fcce 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 19 October 2005, 16:29:20 UTC
9de01b1 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 19 October 2005, 16:10:31 UTC
56022ea 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 19 October 2005, 16:03:24 UTC
1d08d43 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 19 October 2005, 15:47:26 UTC
6a25843 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 19 October 2005, 14:53:07 UTC
ed2f241 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 19 October 2005, 13:44:55 UTC
d863286 Removed django.conf.admin_templates. Refs #627 git-svn-id: http://code.djangoproject.com/svn/django/trunk@952 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 October 2005, 01:22:18 UTC
c548955 Fixed admin template bug from [948] git-svn-id: http://code.djangoproject.com/svn/django/trunk@951 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 October 2005, 01:18:53 UTC
d7a69df Fixed ReST bug in docs/tutorial02.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@950 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 October 2005, 01:17:13 UTC
079752f 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 19 October 2005, 01:16:57 UTC
f07e5d4 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 19 October 2005, 01:09:05 UTC
back to top