summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-10-20Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com andMalcolm Tredinnick
2007-10-20Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argumentMalcolm Tredinnick
2007-10-20Fixed #5762 -- Quoted the portions that make up the URL when appendingMalcolm Tredinnick
2007-10-20Fixed #5778 -- Changed the way we detect if a string is non-ASCII when creatingMalcolm Tredinnick
2007-10-20Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). Made itMalcolm Tredinnick
2007-10-20Fixed #5562 -- Changed settings of Expires heading when expiring a cookie toMalcolm Tredinnick
2007-10-20Fixed #4969 -- Changed content retrieval in HttpResponse to be more robust inMalcolm Tredinnick
2007-10-20Changed the way we handle HTTP headers internally so that they appearMalcolm Tredinnick
2007-10-20Fixed #4724 -- Added support for configurable session cookie paths. Helps withMalcolm Tredinnick
2007-10-20Fixed #5757 -- Updated Croation translation. Thanks, Aljosa Mohorovic.Malcolm Tredinnick
2007-10-20Fixed #5696 -- Updated Argentinean Spanish translation. Thanks, Ramiro Morales.Malcolm Tredinnick
2007-10-20Fixed #5694 -- Updated Hebrew translation. Thanks, Meir Kriheli.Malcolm Tredinnick
2007-10-20Fixed #5678 -- Added Polish transliteration to urlify.js. Thanks,Malcolm Tredinnick
2007-10-20Fixed a markup problem in the docstring for the "if" tag. This was showing upMalcolm Tredinnick
2007-10-20Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...Malcolm Tredinnick
2007-10-20Changed HttpResponse.get() to lower case the header value before looking it u...Malcolm Tredinnick
2007-10-19Fixed docstring style.Gary Wilson Jr
2007-10-19Django coding style fixes.Gary Wilson Jr
2007-10-14Fixed #5710 -- Fixed a missing table name quoting in the postgresql backend, ...Gary Wilson Jr
2007-10-14Fixed #5744 -- Allowed SortedDict contructor to be passed a list of tuples to...Gary Wilson Jr
2007-10-14Added module docstring and corrected order of imports to adhere to PEP 8.Gary Wilson Jr
2007-10-13Removed unneeded use of `len()` in a couple expressions.Gary Wilson Jr
2007-10-13Removed an unused import and a duplicate import.Gary Wilson Jr
2007-10-13Removed trailing whitespace.Gary Wilson Jr
2007-10-13Added docstring to `copy_helper` function.Gary Wilson Jr
2007-10-13Removed unused itertools import and organized imports to adhere to PEP 8.Gary Wilson Jr
2007-10-13Some Django coding style fixes.Gary Wilson Jr
2007-10-13Fixed #5738 -- Fixed bug with defective Unicode strings in a URLAdrian Holovaty
2007-10-06Refs #5690 -- Changed path joining to use `os.pardir` instead of `'..'`.Gary Wilson Jr
2007-10-06Fixed typo in comment.Gary Wilson Jr
2007-10-04Fixed #5641 -- Handle lazy translations correctly when used as default argume...Malcolm Tredinnick
2007-10-04Fixed a Python 2.3 Unicode + oldforms problem. Refs #5287.Malcolm Tredinnick
2007-10-04Changed some Widget subclasses to be consistent about how they handle the pas...Malcolm Tredinnick
2007-10-04Added a __deepcopy__() method to the Widget class in order to avoid a number ...Malcolm Tredinnick
2007-10-03Fixed #4986 -- Fixed a logic bug from [6166].Malcolm Tredinnick
2007-10-03Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac...Malcolm Tredinnick
2007-10-03Fixed #3955 -- Handled the case when there is no LOCALE_PATHS setting from [6...Malcolm Tredinnick
2007-10-03Fixed #4796. Fixed a problem when using i18n support for the first time -- inMalcolm Tredinnick
2007-10-03Fixed #5491 -- Changed PO file generation to sort the filenames we scan priorMalcolm Tredinnick
2007-10-03Fixed #5554 -- Small update to German translation.Malcolm Tredinnick
2007-09-30Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangch...Russell Keith-Magee
2007-09-28Fixed #5557: URLs are now properly escaped in the cache_page decorator. Thank...Jacob Kaplan-Moss
2007-09-28Fixed #5047: patch_cache_control now respects existing max-age settings. Than...Jacob Kaplan-Moss
2007-09-27Re-organized imports to adhere to PEP 8.Gary Wilson Jr
2007-09-27Removed unused import, unneeded due to [4144].Gary Wilson Jr
2007-09-27Fixed #5604 -- Check for use of HTTPS by looking at the `wsgi.url_scheme` env...Gary Wilson Jr
2007-09-25Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ...Gary Wilson Jr
2007-09-24Fixed #5559: instances sent via post-save signals no longer have pks of None....Jacob Kaplan-Moss
2007-09-22Fixed #5553 -- Fixed a serialization problem with datetime and time objects. ...Russell Keith-Magee
2007-09-22Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and mir ...Russell Keith-Magee