Malcolm Tredinnick
|
7bd31115f8
|
Fixed 1378 -- Added svn:ignore for .pyc files in django/conf/urls/.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-14 12:24:41 +00:00 |
Malcolm Tredinnick
|
d5377fc813
|
Fixed #2153 -- display debugging template even if no stack frame is found.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-14 11:44:56 +00:00 |
Malcolm Tredinnick
|
ed1dcbf3e7
|
Fixed #2141 -- corrected indentation problems in a couple of the code fragments.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-14 03:34:52 +00:00 |
Malcolm Tredinnick
|
97fedcc031
|
Fixed #2143 -- Changed a few places where the pre-magic-removal-merge syntax
was still being used in the docs. Thanks to mssnlayam@yahoo.com for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3125 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-14 03:31:34 +00:00 |
Adrian Holovaty
|
93974e00d3
|
Fixed #2148 -- Now escaping ForeignKey fields correctly in Django admin change-list pages. Thanks, rushman@mail.ru
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-13 23:18:15 +00:00 |
Jacob Kaplan-Moss
|
efcb5912e4
|
Fixed #2147: file uploads within the update_object generic view now works. Thanks, parlar.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-13 21:47:40 +00:00 |
Adrian Holovaty
|
15437d7a88
|
Fixed #2139 -- Changed Redirect repr to str
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 16:20:05 +00:00 |
Georg Bauer
|
4fcb72d306
|
fixed #2128: updated BiDi support
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 14:52:51 +00:00 |
Georg Bauer
|
ece252ed0f
|
fixed #2113: fixed 'pl' translation of date formats
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 14:49:05 +00:00 |
Georg Bauer
|
395cc62c78
|
fixed #2018: updated 'sk' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 14:45:28 +00:00 |
Malcolm Tredinnick
|
686c5a2f88
|
Fixed the empty model saving case so that it retrieves the primary key id. Also
updated the tests to test this case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 12:49:14 +00:00 |
Malcolm Tredinnick
|
bff39bfb8c
|
Fixed #2127 -- Made datetime filters fail silently when passed empty strings or
None. Thanks, Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-11 00:33:44 +00:00 |
Malcolm Tredinnick
|
4fc6e51706
|
Tests to avoid regressions for ticket #2108. See also r3115.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 15:15:27 +00:00 |
Malcolm Tredinnick
|
7e2b888a2d
|
Fixed #2108 -- allow saving of empty models, rather than just dropping them.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 15:14:06 +00:00 |
Adrian Holovaty
|
29f55c8dbb
|
Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 05:04:10 +00:00 |
Adrian Holovaty
|
2abfd5dd58
|
Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 05:00:13 +00:00 |
Adrian Holovaty
|
5edd1335b2
|
Added django.template.Token.split_contents() and used it to add support for strings with spaces in {% ifchanged %}
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 04:29:10 +00:00 |
Adrian Holovaty
|
0f0560a9ac
|
Changed django.utils.text.smart_split to return strings, not tuples
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 04:26:23 +00:00 |
Adrian Holovaty
|
a88e0ec5c6
|
Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField. Thanks, Jorge Gajon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 04:08:17 +00:00 |
Adrian Holovaty
|
3aa6b0556f
|
Solved the POST-data-lost-after-redirect problem by raising RuntimeError when DEBUG=True in the CommonMiddleware
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 03:47:18 +00:00 |
Adrian Holovaty
|
e5cd46d6d1
|
Fixed #2026 -- Added support for 'and' in template 'if' tags, added dozens of unit tests and updated docs. Thanks, ckknight
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 03:33:21 +00:00 |
Adrian Holovaty
|
14c159d21d
|
Fixed #2118 -- Fixed typos in docs/add_ons.txt. Thanks, donarb@nwlink.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 03:03:19 +00:00 |
Adrian Holovaty
|
64ebd1da15
|
Added 'Is Django a content-management-system?' to the faq
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 01:52:59 +00:00 |
Malcolm Tredinnick
|
89920e058f
|
Fixed #2108 -- do not try to save an empty model.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 00:13:52 +00:00 |
Malcolm Tredinnick
|
58ab678d35
|
Fix test output as a result of the change in r3094.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 09:19:43 +00:00 |
Adrian Holovaty
|
ff4636716c
|
Added ckknight to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 06:09:43 +00:00 |
Adrian Holovaty
|
a1c9c52533
|
Added django.utils.text.smart_split. Thanks, ckknight
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 06:08:23 +00:00 |
Adrian Holovaty
|
22da62f239
|
Fixed #1503 -- Improved model validator to throw an error if a model doesn't manually define a primary key and has a field named 'id', which conflicts with the auto-primary-key convention. Thanks, mir@noris.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 04:22:42 +00:00 |
Adrian Holovaty
|
0b92bd11db
|
Removed legacy deprecated_args check from django.core.management
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 04:15:18 +00:00 |
Adrian Holovaty
|
b78b1b98ff
|
Small improvement to django.template.resolve_variable -- isdigit() instead of 0123456789
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 04:12:39 +00:00 |
Adrian Holovaty
|
3db34ce73e
|
Fixed #2100 -- Made some remaining parts of the admin changelist translatable. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 03:17:58 +00:00 |
Adrian Holovaty
|
d028f891c9
|
Added section to docs/db-api.txt get_or_create() section about GET vs. POST
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 03:10:28 +00:00 |
Adrian Holovaty
|
1926428a55
|
Fixed #2098 -- Loosened validation for model 'ordering' parameter by allowing periods. Thanks, Alex Dedul
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3095 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 02:47:53 +00:00 |
Adrian Holovaty
|
f3f002b161
|
Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 02:46:08 +00:00 |
Adrian Holovaty
|
448becefdf
|
Fixed #2096 -- Fixed small error in docs/templates_python.txt. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 02:38:37 +00:00 |
Adrian Holovaty
|
b3a6348bc2
|
Added Manager.get_or_create()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 00:09:29 +00:00 |
Georg Bauer
|
7e88ec5271
|
fixed #2089: added language bidirectional support and updated the admin to use it. thanks meir@mksoft!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 15:22:53 +00:00 |
Georg Bauer
|
05b1a70dab
|
fixed #2090: fixed bad charset header in po file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 15:13:16 +00:00 |
Jacob Kaplan-Moss
|
86d585a0a1
|
Backed out [3088] which was a premature commit with a message meant for another term window :)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 12:30:26 +00:00 |
Jacob Kaplan-Moss
|
0909c97e60
|
BNW: Added modpython handler to autosettings
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 12:20:45 +00:00 |
Adrian Holovaty
|
6dfea737f6
|
Made template names in django.contrib.auth.views passable as template_name argument to the view
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 05:16:05 +00:00 |
Wilson Miner
|
afe55af1e7
|
Updated my URL in the FAQ doc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 16:28:09 +00:00 |
Wilson Miner
|
6cd0125745
|
Added more visible borders to form buttons.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 16:27:05 +00:00 |
Jacob Kaplan-Moss
|
42a34423f2
|
Fixed stupid bug in [3802]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 15:25:12 +00:00 |
Jacob Kaplan-Moss
|
55b6559b0e
|
Small refactoring of django.core.management to allow a custom argv to be passed into execute_manager(). This makes custom manage scripts with extra options possible
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 15:20:47 +00:00 |
Adrian Holovaty
|
643c7b23a9
|
Fixed #2079 -- Fixed bug introduced in [3070] in django.utils.datastructures
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 00:46:18 +00:00 |
Adrian Holovaty
|
066dac168d
|
Fixed #2084 -- Removed admin-site 'documentation / change password / log out' links on login page for users who are logged in but don't have staff status. Thanks, rudolphfroger
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 00:21:12 +00:00 |
Adrian Holovaty
|
b5adf70c6c
|
Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankrom
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-04 18:49:37 +00:00 |
Adrian Holovaty
|
b8fd9a44e5
|
Fixed #1684 -- Added apnumber template filter in django.contrib.humanize. Thanks, ubernostrum
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-04 01:03:48 +00:00 |
Adrian Holovaty
|
fb537e177d
|
Added django.contrib.humanize, a set of template tags for adding a 'human touch' to data. They're documented in add_ons.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-04 00:58:39 +00:00 |