Georg Bauer
|
87e0c2a712
|
updated all message files for translation hooks from [1368]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-23 17:31:52 +00:00 |
Georg Bauer
|
0e1ae73ad7
|
another update for the german translations file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-23 17:27:47 +00:00 |
Georg Bauer
|
8dc25efea8
|
updated message files for new translation targets (comments) and updated 'de' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-23 17:14:54 +00:00 |
Adrian Holovaty
|
6303141fbb
|
Applied translation strings from new-admin to contrib.admin.views.doc
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-23 17:02:38 +00:00 |
Georg Bauer
|
6d6d90ce33
|
made the message when locale/ or conf/locale/ could not be found a bit more clear
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-23 16:14:24 +00:00 |
Adrian Holovaty
|
d215cbd63a
|
Added translation strings to django.contrib.comments. Taken from new-admin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-23 15:42:09 +00:00 |
Georg Bauer
|
55089cc02d
|
updated 'sk' translations. Fixes #881
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 22:53:02 +00:00 |
Georg Bauer
|
cf84ba3b81
|
added translation hooks to timesince and updated message files to reflect them (and updated the 'de' translation). Additionally some smallish code changes to timesince (that weird zip thingy was just scary - and there is no need to .floor an integer division)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 21:45:54 +00:00 |
Georg Bauer
|
edad9cd687
|
preliminary fix for DATE_FORMAT and friends in 'cs' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 21:01:34 +00:00 |
Adrian Holovaty
|
1663623fad
|
Fixed grammar error in error message from [1355]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 19:41:43 +00:00 |
Adrian Holovaty
|
b58c820558
|
Fixed #879 -- Middleware loader now throws a better error for MIDDLEWARE_CLASSES value without a dot. Thanks, Noah Slater
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 19:41:09 +00:00 |
Adrian Holovaty
|
5b662cdd86
|
Added docs/add_ons.txt -- small documentation of contrib
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1354 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 19:21:51 +00:00 |
Adrian Holovaty
|
e1b2e48a3e
|
Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 14:24:07 +00:00 |
Adrian Holovaty
|
2bb84b9c2c
|
Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 14:23:07 +00:00 |
Adrian Holovaty
|
ceecf0f7de
|
Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAULT_CONTENT_TYPE. Thanks, Sune
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 14:22:02 +00:00 |
Adrian Holovaty
|
57981fb2fa
|
Changed views.defaults page_not_found and server_error to pass in optional template_name override
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 05:47:51 +00:00 |
Adrian Holovaty
|
bedf10a98d
|
Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Thanks, rjwittams
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 05:44:04 +00:00 |
Adrian Holovaty
|
1ba8bd114a
|
Changed package_data formatting in setup.py to match that of new-admin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 05:19:11 +00:00 |
Adrian Holovaty
|
8a2d9fc2f4
|
Tiny logic tightening in core.template.loader -- taken from new-admin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 05:11:14 +00:00 |
Adrian Holovaty
|
7911173ccc
|
Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-admin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 05:04:56 +00:00 |
Adrian Holovaty
|
24b98280a5
|
Fixed bug in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 04:45:12 +00:00 |
Adrian Holovaty
|
3ae9542c24
|
Beefed up docs for floatformat template filter
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 04:44:21 +00:00 |
Adrian Holovaty
|
912ddb16bc
|
Fixed formatting bug in docs/templates.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 04:42:26 +00:00 |
Jacob Kaplan-Moss
|
b6ddc9d3c1
|
Fixed use of "_" in RelaxNGCompact validator which was conflicting with gettext tag
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-22 03:39:39 +00:00 |
Georg Bauer
|
6c127e3883
|
fixes #869 - updated 'sk' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 22:34:24 +00:00 |
Jacob Kaplan-Moss
|
b4d379d5e1
|
Fixed #866: static.serve view no longer opens files in text mode -- thanks, Eugene
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 13:06:51 +00:00 |
Georg Bauer
|
a87d43f809
|
fixed a bug with some validators that used parameterized gettext_lazy strings and forced them to the default language because of the % operator. Now lazy string interpolation is used.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 11:10:19 +00:00 |
Georg Bauer
|
7b201f6e52
|
fixed a bug that prevented the unique validation to work
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 11:09:36 +00:00 |
Georg Bauer
|
e4e28d907a
|
fixes #753 - ValidationError and CriticalValidationError now accept both strings and promises from gettext_lazy
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 10:41:54 +00:00 |
Adrian Holovaty
|
a49fa746cd
|
Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password field to add support for other password encryption algorithms. Renamed password_md5 to password and changed field length from 32 to 128. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade information
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 03:33:22 +00:00 |
Adrian Holovaty
|
f1a8869339
|
Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQLite backend. In order to do this, changed OPERATOR_MAPPING in DB backends to include a format string of the field value, because ESCAPE comes after the field value.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 02:46:15 +00:00 |
Adrian Holovaty
|
10ca90a2fd
|
Added unit tests to verify OneToOne deletion works
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 02:34:05 +00:00 |
Adrian Holovaty
|
db94402ea6
|
Added unit tests to verify #800. Refs #800
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 02:33:46 +00:00 |
Adrian Holovaty
|
270377cb37
|
Fixed #861 -- Model validator now validates unique_together
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1323 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 01:45:15 +00:00 |
Adrian Holovaty
|
7a80b2cc98
|
Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique wasn't doing the correct lookup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 01:39:18 +00:00 |
Adrian Holovaty
|
b96f6059f0
|
Added clarification to TIME_ZONE setting docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 00:27:48 +00:00 |
Adrian Holovaty
|
de770472b1
|
Fixed #527 -- Changed method_get_related() to use rel.get_related_field() instead of rel.field_name
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-21 00:05:18 +00:00 |
Adrian Holovaty
|
acdd24f526
|
Added 'Should I use the official version or development version?' question to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 23:49:35 +00:00 |
Adrian Holovaty
|
fc0200857b
|
Gave formfields.EmailField a maxlength kwarg
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 23:48:36 +00:00 |
Adrian Holovaty
|
d778326c52
|
Gave EmailField a get_internal_type() method and removed it from DATA_TYPES in all the database backends
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 22:41:41 +00:00 |
Adrian Holovaty
|
9347f748b0
|
Added an EmailField to the many_to_one API tests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 22:40:46 +00:00 |
Adrian Holovaty
|
928318faf9
|
Fixed #484 -- Model validator now raises an error for FloatFields without max_digits or decimal_places
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 22:28:57 +00:00 |
Adrian Holovaty
|
6f249c856b
|
Fixed #527 and #768 -- Fixed longstanding bug with OneToOneFields. All unit tests now pass
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 22:18:41 +00:00 |
Adrian Holovaty
|
887ed3ad2c
|
Changed one_to_one unit test to use %r instead of %s in repr method
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 22:17:00 +00:00 |
Adrian Holovaty
|
b4bb345b94
|
Another change to docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 17:36:16 +00:00 |
Adrian Holovaty
|
c472b1471d
|
Small improvement to docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 17:35:29 +00:00 |
Adrian Holovaty
|
2bb18eddbe
|
Added 'Executing custom SQL' section to docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 17:33:40 +00:00 |
Adrian Holovaty
|
16493e135c
|
Added note to docs/sessions.txt about only being available in development version
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 17:18:25 +00:00 |
Adrian Holovaty
|
3895a825a9
|
Added SESSION_SAVE_EVERY_REQUEST setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 17:16:13 +00:00 |
Adrian Holovaty
|
cd01d6d381
|
Fixed #848 -- Made auth docs more clear on permission handling.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 16:35:44 +00:00 |