summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2005-11-13Grammar cleanups for recent documentation and docstring changes.Adrian Holovaty
2005-11-12fixes #109 - added translation possibilities for date and time formats (and u...Georg Bauer
2005-11-12fixes #750 - languages for language-selection can now be restricted by settin...Georg Bauer
2005-11-12Added mime_type attributes to feedgenerator RssFeed and Atom1Feed, and made t...Adrian Holovaty
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-11-06Fixed #742 -- Implemented 't' dateformat. Thanks, radek.Adrian Holovaty
2005-11-06Reworded docstrings and settings documentation from [1068]Adrian Holovaty
2005-11-06Fixed #740 -- Abstracted hard-coded slash in utils/translation.py. Thanks, ra...Adrian Holovaty
2005-11-04Fixed bug in django.utils.decorators.decorator_from_middleware -- it wasn't r...Adrian Holovaty
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss
2005-11-01Fixed #508 -- Added support for 'expires' in cookies and changed session midd...Adrian Holovaty
2005-10-31Made several grammar fixes to cache documentation from [1020]Adrian Holovaty
2005-10-29Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss
2005-10-25Improved autoreloader to ignore files that might be in eggs. Refs #596Adrian Holovaty
2005-10-22Fixed #479 -- Implemented time-zone formats in dateformat. Thanks, SuneAdrian Holovaty
2005-10-20Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.comAdrian Holovaty
2005-10-20Lightly refactored django.utils.dateformat to make it use less code. Also int...Adrian Holovaty
2005-10-15Fixed #616 -- Added a process_exception() hook to middleware framework. Thank...Adrian Holovaty
2005-10-10Fixed #600 -- decorator_from_middleware now handles process_view. Thanks, HugoAdrian Holovaty
2005-10-09Moved vary decorators from django.utils.cache to django.views.decorators.varyAdrian Holovaty
2005-10-08Added django.utils.cache, from Hugo's #580 patch. Refs #580.Adrian Holovaty
2005-10-08Added django.utils.decorators, from Hugo's #580 patch. Refs #580.Adrian Holovaty
2005-10-06Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty
2005-09-27Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.comAdrian Holovaty
2005-09-25Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-me...Jacob Kaplan-Moss
2005-09-23Fixed #543 -- Fixed broken mod_python support due to an import in the wrong p...Adrian Holovaty
2005-09-23Fixed #333 -- Added DEFAULT_MIME_TYPE setting, and set it to 'text/html; char...Adrian Holovaty
2005-09-23Fixed #236 -- Added HttpResponse.delete_cookie() method.Adrian Holovaty
2005-09-14Fixed #502 -- Added 'categories' keyword argument to RSS framework. Thanks, e...Adrian Holovaty
2005-09-13Removed Lawrence-specific stuff in utils.text.recapitalize. Refs #467Adrian Holovaty
2005-09-13Removed utils.text.fix_microsoft_characters, which didn't actually do anythin...Adrian Holovaty
2005-09-11Fixed #485 -- Typo in utils/feedgenerator.py. Thanks, eugene@lazutkin.comAdrian Holovaty
2005-09-02Fixed #394 -- Trailing-slash redirects now retain duplicate name-value query-...Adrian Holovaty
2005-09-02Fixed #429 -- Small cleanup to code in utils/html.py. Thanks, pb@e-scribe.comAdrian Holovaty
2005-09-01Refactored the HttpResponse subclasses a tiny bit to use args and kwargs inst...Adrian Holovaty
2005-08-01Refactored meta.py -- created a django.core.meta package, with init.py and fi...Adrian Holovaty
2005-07-26Removed Adrian's note in the docstring of django.utils.feedgenerator -- it's ...Adrian Holovaty
2005-07-26Fixed #207 -- thanks, Mathieu.Jacob Kaplan-Moss
2005-07-25Fixed #194 -- thanks, steadicat!Jacob Kaplan-Moss
2005-07-21Added copyright notice to utils/autoreload for CherryPy folksAdrian Holovaty
2005-07-21Added auto-reload to standalone server! Fixes #113. Thanks very much to Jason...Adrian Holovaty
2005-07-18Moved django.views.decorators.cache.compress_string into django.utils.textAdrian Holovaty
2005-07-18Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...Adrian Holovaty
2005-07-18Rolled django.core.extensions.DjangoRequest into django.utils.httpwrappers.Mo...Adrian Holovaty
2005-07-18Changed django.utils.httpwrappers.parse_file_upload() NOT to be coupled to mo...Adrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty