Adrian Holovaty
|
be2524182b
|
Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]. Thanks, Tim Keating
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 20:13:35 +00:00 |
Jacob Kaplan-Moss
|
aa8b34cb92
|
Argh - fixed another typo in the docs for [3395]. One of these days I'll learn to proofread better, but don't hold your breath.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 16:06:02 +00:00 |
Jacob Kaplan-Moss
|
a0a7378c50
|
Another quick doc fix -- I must have "nodes" on the brain
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3398 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 15:48:07 +00:00 |
Adrian Holovaty
|
6ab20c5475
|
Small style fixes to docs from [3395]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 15:45:16 +00:00 |
Jacob Kaplan-Moss
|
3e95ef5374
|
Oops, fixed small typo in [3395]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3396 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 15:37:51 +00:00 |
Jacob Kaplan-Moss
|
2a8a32c449
|
Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore pages served to authenticated users. Fixes #1509 (thanks, Matt).
Also added a FAQ entry about using this setting to avoid caching of the admin interface.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 15:37:12 +00:00 |
Russell Keith-Magee
|
9b6d1efe77
|
Clarified debug naming of WSGIRequests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 05:04:45 +00:00 |
Russell Keith-Magee
|
740a8d20f1
|
Fixed formatting of comments.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 03:32:24 +00:00 |
Malcolm Tredinnick
|
c072c8dcd3
|
Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 12:48:30 +00:00 |
Malcolm Tredinnick
|
466b90c788
|
Fixed #1647 -- Included slightly more information in template syntax error
displays in DebugNodeList.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 12:32:32 +00:00 |
Malcolm Tredinnick
|
271093d3b3
|
Fixed #2323 -- Made it possible to run make-messages without needing a
DJANGO_SETTINGS_FILE setting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 12:09:53 +00:00 |
Malcolm Tredinnick
|
0016547e9b
|
Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixed
the SQL generation to ensure this.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 10:14:43 +00:00 |
Russell Keith-Magee
|
ab4ffe5d78
|
Modified BooleanField's to_python method to play nice with encode()ed strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 05:50:33 +00:00 |
Russell Keith-Magee
|
59bf8dd310
|
Modified to_python method for BooleanField so that the to_python(str(bool_val)) round trip works. This was causing problems with the serializers.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 04:17:24 +00:00 |
Malcolm Tredinnick
|
e6e663371b
|
Fixed #2354 -- Added a note about "manage.py validate" to the list of useful
commands.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 02:28:35 +00:00 |
Malcolm Tredinnick
|
51705f60b1
|
Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 02:09:26 +00:00 |
Malcolm Tredinnick
|
533594d1a5
|
Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-19 01:35:58 +00:00 |
Adrian Holovaty
|
c6cbfb3d7c
|
Documented allow_tags attribute for admin change list methods
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-17 14:59:41 +00:00 |
Adrian Holovaty
|
e26f288823
|
Added 'Turning off auto-reload' section to docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-17 14:58:39 +00:00 |
Adrian Holovaty
|
6870edf2a0
|
Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. Thanks, toddobryan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-17 14:16:17 +00:00 |
Malcolm Tredinnick
|
4537cf3dd4
|
Fixed the timeuntil and timesince filter tests to not fail if the system clock
ticks over during the tests. Also fixed the template tests to be able to run in
standalone mode again.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3354 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-15 12:32:14 +00:00 |
Malcolm Tredinnick
|
f8a277bc7f
|
Fixed a small typo in the wordwrap filter's docstring.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-15 11:47:09 +00:00 |
Malcolm Tredinnick
|
6d104115d1
|
More pre-emptive escaping of strings that should not be interpreted as HTML.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-15 01:07:13 +00:00 |
Malcolm Tredinnick
|
ebc6f90d44
|
Escaped variables that should not be interpreted as HTML and which might
contain dangerous characters.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 11:48:25 +00:00 |
Malcolm Tredinnick
|
1725db5a35
|
Escaped all strings that should not contain active HTML tags.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 11:04:33 +00:00 |
Russell Keith-Magee
|
8c705f02a9
|
Added command line flag to disable use of auto-reloader on development server.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 05:43:26 +00:00 |
Russell Keith-Magee
|
9bea530c33
|
Disable use of terminal colors when django-admin is run on a Pocket PC.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 05:26:55 +00:00 |
Malcolm Tredinnick
|
bd13190499
|
Fixed #2325 -- fix the authentication framework to work with new-style classes.
Patch from Joseph Kocherhans.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 03:09:02 +00:00 |
Malcolm Tredinnick
|
50448de634
|
Fixed #2347 -- documented the use of "and" in the blocktrans template tag.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 02:57:10 +00:00 |
Adrian Holovaty
|
dba1f95e12
|
Added check_for_language and to_locale to utils.translation.trans_null
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 02:55:42 +00:00 |
Malcolm Tredinnick
|
04e83a0517
|
Fixed another title string that needed escaping (these strings do need
escaping, because they can be created from object strings, in part).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 01:17:17 +00:00 |
Malcolm Tredinnick
|
24fa22883a
|
Fixed #2346 -- Escaped string output in titles in admin interface. Thanks Gary
Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 01:03:01 +00:00 |
Malcolm Tredinnick
|
49bb884d0b
|
Fixed #2345 -- escaped object titles in breadcrumb display in admin. Thanks
Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 01:00:09 +00:00 |
Adrian Holovaty
|
cb19acf6fb
|
Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 00:56:03 +00:00 |
Malcolm Tredinnick
|
2175c99825
|
Fixed #2344 -- Filtered some object string representations through the escape
filter.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-14 00:49:18 +00:00 |
Adrian Holovaty
|
0a2e8daaaf
|
Fixed bug in manipulator_valid_rel_key -- it assumed the related object was related by the primary-key field, whereas this didn't work with ForeignKeys to non-primary-key fields
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-13 21:31:53 +00:00 |
Adrian Holovaty
|
36e4e5a938
|
Proofread docs/settings.txt changes from [3336]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-13 03:52:41 +00:00 |
Malcolm Tredinnick
|
e88a9cc9a4
|
Made it clear that we do not alter the process environment when manual settings
configuration is used.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-12 07:40:28 +00:00 |
Adrian Holovaty
|
085b74406f
|
Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilian
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 19:08:24 +00:00 |
Adrian Holovaty
|
78adbd9434
|
Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 14:08:42 +00:00 |
Adrian Holovaty
|
f3a586a557
|
Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks, mir@noris.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 14:03:24 +00:00 |
Adrian Holovaty
|
33f47ae30a
|
Added local 'qn' variable for backend.quote_name in django.db.models.query.delete_objects
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 04:11:40 +00:00 |
Adrian Holovaty
|
cfcd4a5875
|
Added local 'qn' variable for backend.quote_name in django.db.models.query.fill_table_cache
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:35:17 +00:00 |
Adrian Holovaty
|
98597be786
|
Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_inner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:29:12 +00:00 |
Adrian Holovaty
|
9a0e56dbb5
|
Removed unnecessary 'except: raise' in django.db.models.query.lookup_inner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:27:29 +00:00 |
Adrian Holovaty
|
a17a9d1474
|
Added local 'qn' variable for backend.quote_name in django.db.models.query.lookup_inner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3323 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:27:10 +00:00 |
Adrian Holovaty
|
c262e19670
|
Renamed 'clause' variable to 'lookup_type' in django.db.models.query.lookup_inner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:21:59 +00:00 |
Adrian Holovaty
|
79b7fc17a1
|
Small formatting change to m2m_and_m2o model unit test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3321 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:20:11 +00:00 |
Adrian Holovaty
|
1805bbb6cd
|
Changed runtests.py to set USE_I18N=True for testing
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 03:09:14 +00:00 |
Adrian Holovaty
|
93b21610b9
|
Added note to docs/settings.txt and docs/i18n.txt about not importing from django.utils.translation in the settings file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-11 02:49:56 +00:00 |