1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

987 Commits

Author SHA1 Message Date
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
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
Robert Wittams
dbaf9c6f8d Merged to trunk r1152
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 00:49:29 +00:00
Robert Wittams
a4961a9ff5 merged to trunk r1143
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 00:06:32 +00:00
Adrian Holovaty
28bce49e59 Added unit tests to disprove #724
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1152 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-10 00:03:53 +00:00
Adrian Holovaty
68397a3654 Fixed #686 -- django-admin.py sqlreset and sqlclear no longer assume the admin app is installed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 23:50:32 +00:00
Adrian Holovaty
2ef937d0fd Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 23:37:41 +00:00
Adrian Holovaty
aae50fcce0 Fixed #758 -- HTML-escaped admin log items in admin index template. Thanks, Tom Tobin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 23:04:26 +00:00
Adrian Holovaty
95cc5772c3 Factored FORM_FIELD_ID_PREFIX out into a get_id() method in formfields.py -- thanks for the idea, rjwittams
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 22:40:02 +00:00
Adrian Holovaty
133e9e9639 Added unit tests to confirm #683 -- a new custom_columns model example
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 21:56:05 +00:00
Adrian Holovaty
2a149e29b8 Fixed dateformat unit test that was failing -- the test was incorrect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 20:41:18 +00:00
Adrian Holovaty
ba87f474dc Changed dateformat unit tests so that they use the en-us language. They were failing because they depended on the current user's LANGUAGE_CODE setting
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 20:36:23 +00:00
Robert Wittams
8c782b6359 Template debug fixes. Now pinpoints character range rather than just line.
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 19:47:39 +00:00
Jacob Kaplan-Moss
31d18380f9 Fixed #761; thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 18:29:58 +00:00
Adrian Holovaty
f85cd32dbd Improved docs/authentication.txt to note that messages only work with registered users, not anonymous users
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 18:07:06 +00:00
Adrian Holovaty
0b1d24c54d Renamed enclosure_url, enclosure_length and enclosure_mime_type to give them an 'item_' prefix, in the new RSS framework
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1141 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 17:49:57 +00:00
Adrian Holovaty
1847c9ef64 Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was scrolling off the page
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-09 17:39:18 +00:00