summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2008-03-20queryset-refactor: Merged from trunk up to [7338].Malcolm Tredinnick
2008-03-18queryset-refactor: Merged from trunk up to [7280]Malcolm Tredinnick
2008-03-11queryset-refactor: Merged from trunk up to [7216].Malcolm Tredinnick
2008-03-11queryset-refactor: Reworked exclude() handling to fix a few merging problems.Malcolm Tredinnick
2008-02-28queryset-refactor: Merged from trunk up to [7168].Malcolm Tredinnick
2008-02-28queryset-refactor: Fixed a few really silly errors in the Q class and negationMalcolm Tredinnick
2008-02-23queryset-refactor: Merged from trunk up to [7151].Malcolm Tredinnick
2008-02-20queryset-refactor: Merged from turnk up to [7135] because I need some stuff.Malcolm Tredinnick
2008-02-16queryset-refactor: Merged from trunk up to [7122].Malcolm Tredinnick
2008-02-08queryset-refactor: Merged from trunk up to [7098] (because I need the lastMalcolm Tredinnick
2008-02-04queryset-refactor: Merged changes from trunk up to [7085].Malcolm Tredinnick
2007-12-19queryset-refactor: Fixed a problem when adding certain additional filters to ...Malcolm Tredinnick
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
2007-12-03queryset-refactor: Changed all tree and filter "connections" to "connectors" soMalcolm Tredinnick
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
2007-11-29queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick
2007-11-28queryset-refactor: Merged from trunk up to [6724].Malcolm Tredinnick
2007-11-18queryset-refactor: Merged from trunk up to [6689].Malcolm Tredinnick
2007-11-03queryset-refactor: Merged from trunk up to [6635].Malcolm Tredinnick
2007-11-03queryset-refactor: Merged from trunk up to [6623].Malcolm Tredinnick
2007-10-23queryset-refactor: Merged from trunk up to [6595].Malcolm Tredinnick
2007-10-14queryset-refactor: Fixed a bug in Node.negate() for already negated nodes.Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6250]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6220]Adrian Holovaty
2007-09-13Fixed some more join and lookup tests.Malcolm Tredinnick
2007-09-13Created a tree data structure. Might be generically useful. Currently used forMalcolm Tredinnick
2007-09-11Refs #5138 -- Refactored implementation of __contains__ in HttpRequest introd...Russell Keith-Magee
2007-08-24Fixed #5237 -- Added an optional 'path' argument to get_svn_revision(). Thank...Adrian Holovaty
2007-08-21Fixed #5215 -- Added Subversion revision number to Django version string. Tha...Adrian Holovaty
2007-08-15Fixed #5156 -- Added some translation calls to a couple of missed words. Base...Malcolm Tredinnick
2007-08-12Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have itMalcolm Tredinnick
2007-08-12Fixed #4947 -- Avoid displaying uploaded file contents in the debug web page....Malcolm Tredinnick
2007-08-06Fixed #5077 -- django/utils/encoding.py no longer imports settings, as it doe...Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-25Changed safe_join() docstring from [5750] to use active verbs. See also [5756]Adrian Holovaty
2007-07-23Fixed #4952 -- Fixed the `get_template_sources` functions of the `app_directo...Gary Wilson Jr
2007-07-21Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque...Russell Keith-Magee
2007-07-16Cleaned up a couple unused imports and fixed docstrings to follow Python Styl...Gary Wilson Jr
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2007-07-15Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...Gary Wilson Jr
2007-07-12Fixed #4768 -- Converted timesince and dateformat to use explicit floor divis...Russell Keith-Magee
2007-07-10Fixed #3760 -- Added the ability to manually set feed- and item-level idMalcolm Tredinnick
2007-07-08Fixed reverse URL lookup using functions when the original URL pattern was aMalcolm Tredinnick
2007-07-07Corrected misleading comment from [5619]. Not sure what I was smoking at theMalcolm Tredinnick
2007-07-05Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator evenMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-24Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506.Malcolm Tredinnick