1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

1202 Commits

Author SHA1 Message Date
Georg Bauer
5f39a6a240 fixes #750 - languages for language-selection can now be restricted by setting LANGUAGES in the projects setting file to some subset of the global_settings provided list.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 21:27:46 +00:00
Georg Bauer
9da6eb5c26 fixed #777 and #775 - updated bn and sk translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 20:57:20 +00:00
Adrian Holovaty
0a74c68eee Fixed #778 -- Improved isExistingURL validator not to raise ValidationError for URLs that exist but require authorization. Thanks for the report, lakin wrecker.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 20:25:47 +00:00
Adrian Holovaty
1bf6dd7e0e Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made the syndication view use that mime_type. Thanks, James
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 18:32:12 +00:00
Adrian Holovaty
b2e05910ed Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. Thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1200 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 18:17:22 +00:00
Adrian Holovaty
a70c04d83b Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and jbennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 18:15:26 +00:00
Robert Wittams
1d421ab9c4 Merged to trunk r1197
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 17:21:47 +00:00
Adrian Holovaty
91f1b08759 More small tweaks to docs/syndication_feeds.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 04:00:35 +00:00
Adrian Holovaty
782edb393b Fixed ReST bug in docs/syndication_feeds.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:48:53 +00:00
Adrian Holovaty
10214bdac0 Fixed ReST bugs in docs/syndication_feeds.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:48:14 +00:00
Adrian Holovaty
944de9e9e6 Completely refactored legacy RSS framework to the new django.contrib.syndication package. Also added Atom support, changed the way feeds are registered and added documentation for the whole lot. This is backwards-incompatible, but the RSS framework had not yet been documented, so this should only affect tinkerers and WorldOnline. Fixes #329, #498, #502 and #554. Thanks for various patches/ideas to alastair, ismael, hugo, eric moritz and garthk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:44:53 +00:00
Adrian Holovaty
e8ae356739 Added 'Install Python' section to docs/install.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 03:24:32 +00:00
Robert Wittams
d0f4c1e4cd String origin fix for template debugging
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 01:39:41 +00:00
Georg Bauer
d47c0a55a2 fixed the "recent actions" list not pointing to the objects detail page - backport of rjwittams fix from new_admin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 01:16:14 +00:00
Robert Wittams
32b0981dc1 Fixed admin history links. Should be applied to trunk as well.
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 01:10:46 +00:00
Adrian Holovaty
da33b656ce Added README.TXT to contrib.redirects and contrib.flatpages
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12 00:09:20 +00:00
Georg Bauer
6816964a48 new_admin: removed a "fuzzy" in the de translation
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 23:53:28 +00:00
Robert Wittams
a7faf16467 Merged to trunk r1185
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 23:49:51 +00:00
Robert Wittams
675d6bd999 Fix for stray get_db_column calls left around. Thanks Eric Moritz.
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 23:38:06 +00:00
Georg Bauer
6004fe9573 fix a problem that masks errors in settings files for some users - in those cases you only got "INSTALLED_APPS not defined", but in reality your settings file was broken.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 23:34:08 +00:00
Adrian Holovaty
1873c95b31 Added INSTALLED_APPS to global_settings. It's an empty tuple by default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 22:56:18 +00:00
Georg Bauer
bf33198f43 updated sk translation and updated all messagefiles for new filenames/linenumbers due to flatpages/redirects reorganization
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 22:10:35 +00:00
Robert Wittams
ceff32b78c Added i18n to change_list so subparts can use i18n.
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1182 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 21:55:27 +00:00
Robert Wittams
a7aeb4ed3c Pagination fix. Thanks bitprophet.
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1181 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 21:45:58 +00:00
Georg Bauer
9b56eca28e new_admin: fixed messageID duplicates in translation files
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 21:36:23 +00:00
Georg Bauer
f1a0213302 added a little tool to fix message-ID duplicates after subversion merges (.po files sometimes merge in rather funny and interesting ways)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 21:35:41 +00:00
Robert Wittams
fc16ea49f9 Fixed manytoones in change_lists, cheers garthk
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 21:33:41 +00:00
Georg Bauer
e780c71127 updated french translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 20:09:38 +00:00
Adrian Holovaty
565a194702 Implemented quote_name() for ado_mssql DB backend. Thanks, Jakub Labath and Eugene Lazutkin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1176 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 19:11:11 +00:00
Robert Wittams
5bba260dcc Merged to trunk r1174, some other fixes
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 18:10:36 +00:00
Adrian Holovaty
632b63ad76 Fixed #766 -- Custom methods in admin.list_display can now have an allow_tags attribute, which doesn't strip tags in the methods' output. Thanks, plisk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 17:15:24 +00:00
Adrian Holovaty
cb222e4d4e Changed django-admin.py to display help if invoked with no arguments. Thanks, sopel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 16:42:41 +00:00
Adrian Holovaty
c62b427b12 Added a link to docs/outputting_csv.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:54:27 +00:00
Adrian Holovaty
16a3822460 Fixed ReST missing link in docs/outputting_csv.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:53:15 +00:00
Adrian Holovaty
a3a1fcddc5 Added docs/outputting_csv.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:51:33 +00:00
Robert Wittams
3f24ff1f87 Merged to trunk r1168
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 14:44:12 +00:00
Georg Bauer
1fccca25d5 fixes #765, #767 and #770 - new sk, cs and zh_CN translations. thx vlado, Radek and limodou.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 08:06:21 +00:00
Adrian Holovaty
e0ae394e64 Small bugfix to flatpages URLconf from [1166]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 05:13:57 +00:00
Adrian Holovaty
1b035c35d9 BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone apps in django.contrib that are NOT installed by default. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for full migration information.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 04:45:05 +00:00
Adrian Holovaty
a11a1d5e16 Added SITE_ID to docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 03:50:21 +00:00
Adrian Holovaty
d0a0a54538 Added INSTALLED_APPS to docs/settings.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 03:25:52 +00:00
Jacob Kaplan-Moss
57d2a0f62c Entries in INSTALLED_APPS can now be of the form "django.contrib.*", which
means every app under "django.contrib".


git-svn-id: http://code.djangoproject.com/svn/django/trunk@1163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 02:52:16 +00:00
Adrian Holovaty
d38e882695 Updated docs/middleware.txt to say exception middleware is applied in reverse order.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 01:14:02 +00:00
Adrian Holovaty
394eafb840 Updated middleware.txt to note that response middleware is applied in reverse
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 00:25:03 +00:00
Robert Wittams
6df743f870 Merged to trunk r1158
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 00:18:10 +00:00
Robert Wittams
3865e76ee7 Fixes for attname & date hierarchy
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-11 00:11:15 +00:00
Adrian Holovaty
8613b74367 Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 16:37:45 +00:00
Georg Bauer
45cb728778 and now the actual translation files for bengali ...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 11:51:05 +00:00
Georg Bauer
2188f19286 fixes #762 - new bengali translation. Thx. b.ghose
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 11:50:24 +00:00
Adrian Holovaty
e3e37ed120 Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don't skip or duplicate any records in the case of duplicate values. Thanks for reporting the bug, mattycakes@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 05:36:41 +00:00