Malcolm Tredinnick
|
aac5555f2f
Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com and
|
17 years ago |
Malcolm Tredinnick
|
dc9def7859
Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks,
|
17 years ago |
Malcolm Tredinnick
|
291b81b4e3
Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6349]. Thanks, Wang Chun and semenov.
|
17 years ago |
Jacob Kaplan-Moss
|
964f0c16ad
Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thanks, eriks.
|
17 years ago |
Jacob Kaplan-Moss
|
2dd882885b
Fixed #5047: patch_cache_control now respects existing max-age settings. Thanks, permon.
|
17 years ago |
Russell Keith-Magee
|
484ef94587
Updated AUTHORS file with a full name for pigletto.
|
17 years ago |
Jacob Kaplan-Moss
|
980fa8b827
Fixed #231: all fields that should take max_length now do. Thanks, Don Spaulding.
|
17 years ago |
Jacob Kaplan-Moss
|
f857e37776
Fixed $5457 - the auth system now delegates permission checking to auth backend(s). As an added bonus, the auth backends now have some unit tests! Thanks, Florian Apolloner.
|
17 years ago |
Russell Keith-Magee
|
1571e9c32b
Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch.
|
17 years ago |
Jacob Kaplan-Moss
|
771481695f
Refs #5513: improved session performance after [6333]'s session refactoring. Thanks, msaelices.
|
17 years ago |
Malcolm Tredinnick
|
748e55b1da
Fixed #4975 -- Allow the default label suffix character to be configured. Thanks, Vincent Foley.
|
17 years ago |
Malcolm Tredinnick
|
ec7d80b9dd
Fixed #3993 -- Added some useful dictionary methods to SortedDict, plus an insert() method. Patch from Paul Collier.
|
17 years ago |
Jacob Kaplan-Moss
|
bcf7e9a9fe
Fixed #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code.
|
17 years ago |
Malcolm Tredinnick
|
e461646b94
Fixed #5242 -- Fixed table processing for some databases with case insensitive tables. Patch from Filip Wasilewski.
|
17 years ago |
Malcolm Tredinnick
|
d30badc0ec
Fixed #5243 -- Allow loading of templatetags from subdirectories (via dotted notation in {% load %}). Thanks, Bjørn Stabell.
|
17 years ago |
Malcolm Tredinnick
|
7c27f3e7ba
Fixed #5177 -- Changed content type creation to also remove the types for any orphaned entries (so it's now an "update" feature). Thanks, Rob Hudson.
|
17 years ago |
Malcolm Tredinnick
|
b984505d13
Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezones west of UTC. Thanks, Paul Lanier.
|
17 years ago |
Malcolm Tredinnick
|
c96c57afad
Added Vsevolod Solovyov (a.k.a. Murkt) to AUTHORS.
|
17 years ago |
Malcolm Tredinnick
|
f0cd172cd0
Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr Marhhoun. Tests and documentation from Murkt.
|
17 years ago |
Malcolm Tredinnick
|
1baae32e16
Fixed #4879 -- Added 'created' arg to post_save signal. This is True is a new object is created. Patch from George Vilches.
|
17 years ago |
Malcolm Tredinnick
|
5ce8a38933
Fixed #5456 -- Added a new Irish translation. Thanks, Michael Thornhill.
|
17 years ago |
Adrian Holovaty
|
92e55fe8b1
Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno
|
17 years ago |
Jacob Kaplan-Moss
|
ad077ccbc0
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython 2.2. Thanks, Leo Soto.
|
17 years ago |
Jacob Kaplan-Moss
|
7e4da4e66d
Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). THanks, Tyler Tarabula.
|
17 years ago |
Jacob Kaplan-Moss
|
eea935a7f4
Fixed #5448: you can now use unicode characters in primary keys. Thanks, pigletto.
|
17 years ago |
Jacob Kaplan-Moss
|
42f4f44356
Fixed #3146: DateFields no longer barf when confronted by strings. Thanks, Deepak Thukral.
|
17 years ago |
Malcolm Tredinnick
|
c040f1cc92
Added Matt Riggott to AUTHORS.
|
17 years ago |
Malcolm Tredinnick
|
62fe5cf138
Fixed #3922 -- Added a warning that fields passed to form_for_model callback function should not be modified. It's bad for your health. Thanks, Philippe Raoult.
|
17 years ago |
Malcolm Tredinnick
|
a7d0ad67dc
Fixed #5326 -- Added Ukrainian map for Javascript slug generation. Thanks, Artyom Gnilov.
|
17 years ago |
Malcolm Tredinnick
|
a9fd677cb3
Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker.
|
17 years ago |