Malcolm Tredinnick
|
3ac39749b1
Fixed #5337 -- Updated Hebrew translation. Thanks, Amit Ramon.
|
17 years ago |
Malcolm Tredinnick
|
972e77f7e8
Fixed #5279 -- Added Khmer translation. Thanks, Sengtha Chay!
|
17 years ago |
Malcolm Tredinnick
|
fab3d388d2
Fixed #5220 -- Updated Hungarian translation from Szilveszter Farkas.
|
17 years ago |
Malcolm Tredinnick
|
ce04b03323
Fixed #4166 -- Updated Greek translation. Thanks, Dimitris Glezos.
|
17 years ago |
Gary Wilson Jr
|
41b3a45fc5
Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_length` is properly set. Removed `get_manipulator_field_objs` method since it's already provided by `CharField`. Thanks, Russell Cloran.
|
17 years ago |
Adrian Holovaty
|
d09d1428f8
Fixed #5307 -- startproject/startapp now makes sure all files it creates are writeable. Thanks, Thomas Stromberg
|
17 years ago |
Adrian Holovaty
|
375c88d2bc
Fixed #5227 -- Made the redirect security check in django.contrib.auth.views.login() tighter. Thanks, Sander Dijkhuis
|
17 years ago |
Adrian Holovaty
|
a1e26b0105
Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge
|
17 years ago |
Malcolm Tredinnick
|
c06524bc2d
Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged view. Based on a patch from toddobryan@mac.com.
|
17 years ago |
Malcolm Tredinnick
|
46ec6b3402
Moved Ramiro Morales to the correct spot in the list.
|
17 years ago |
Malcolm Tredinnick
|
14b5e074ba
Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen.
|
17 years ago |
Malcolm Tredinnick
|
e0c1ca7ef0
Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford!
|
17 years ago |
Malcolm Tredinnick
|
90c177f18e
Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.
|
17 years ago |
Russell Keith-Magee
|
8dff1cd91d
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>.
|
17 years ago |
Malcolm Tredinnick
|
ce151bb8e4
Fixed #5156 -- Added some translation calls to a couple of missed words. Based on a patch from dAniel hAhler.
|
17 years ago |
Malcolm Tredinnick
|
478926ffde
Fixed #5141 -- Added Croation translation. Thanks, Aljosa Mohorovic.
|
17 years ago |
Malcolm Tredinnick
|
56e28b4e8f
Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira.
|
17 years ago |
Malcolm Tredinnick
|
3757f30c99
Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page. Based on a patch from eibaan@gmail.com.
|
17 years ago |
Malcolm Tredinnick
|
6d31e431c3
Fixed #4909 -- Fixed a race condition with middleware initialisation in multi-threaded setups. Thanks, colin@owlfish.com.
|
17 years ago |
Malcolm Tredinnick
|
20e3ae5222
Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a patch from james_027@yahoo.com.
|
17 years ago |
Malcolm Tredinnick
|
537b16ca97
Fixed #4414 -- Fixed Javascript message translation to also work when there is more than one format marker in a string. Thanks, tobias@neuyork.de.
|
17 years ago |
Malcolm Tredinnick
|
9d7dc0c4bf
Fixed #4189 -- Fixed crashes in a couple of corner cases in the comments app. Not a perfect fix (see ticket), but it will do as a holdover until the new comments framework is in place.
|
17 years ago |
Malcolm Tredinnick
|
9309a8d6c3
Fixed #3986 -- Added Indian localflavor. Thanks, pradeep.gowda@gmail.com.
|
17 years ago |
Malcolm Tredinnick
|
200686ba4a
Fixed #4966 -- Fixed some typos in the French translation. Thanks, cedric@terramater.net
|
17 years ago |
Adrian Holovaty
|
e301d8992c
Fixed #5082 -- Enabled tab completion in 'django-admin.py shell' for objects that were imported into the global namespace at runtime. Thanks, dusk@woofle.net
|
17 years ago |
Gary Wilson Jr
|
29078eaeca
Fixed #4971 -- Fixed some escaping and quoting problems in the databrowse contrib app. Based on patch from Johann Queuniet.
|
17 years ago |
Gary Wilson Jr
|
cae92ae615
Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to also accept `QuerySet`s. Thanks SuperJared.
|
17 years ago |
Russell Keith-Magee
|
7cc2bf2f03
Fixed #4304 -- Modified sys.exit to os._exit to make sure development server quits when an error occurs attempting to bind to the requested port (e.g., if another server is already running). Thanks, Mario Gonzalez <gonzalemario@gmail.com>.
|
17 years ago |
Malcolm Tredinnick
|
9ff1060391
Fixed #4917 -- Updated Swedish translation. Thanks, Pilip Lindborg.
|
17 years ago |
Malcolm Tredinnick
|
29891add3d
Fixed #4887 -- Fixed another place where template tag arguments are used
|
17 years ago |