summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-08-21Fixed #17886 -- Fixed join promotion in ORed nullable queriesAnssi Kääriäinen
2012-08-21Merge walk and find_files in makemessages commandClaude Paroz
2012-08-21Removed obsolete __members__ definitionsClaude Paroz
2012-08-21Reverted type check added in 62954ba04c.Aymeric Augustin
2012-08-20[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.Aymeric Augustin
2012-08-20[py3] Fixed #18805 -- ported createsuperuser.Aymeric Augustin
2012-08-20[py3] Prepared MySQL backend for Python 3 compatibilityClaude Paroz
2012-08-20Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2Simon Meers
2012-08-19[py3] Fixed Oracle specific failuresAnssi Kääriäinen
2012-08-19Fixed #18728 -- Made colon optional in tzinfoAymeric Augustin
2012-08-19Removed an inaccurate statementAymeric Augustin
2012-08-19[py3] Fixed another regression from 2892cb0ec4.Aymeric Augustin
2012-08-19[py3] Fixed regression introduced in 536b030363.Aymeric Augustin
2012-08-19[py3] Supported integers in HttpResponseAymeric Augustin
2012-08-19Fixed #17278 -- Enabled the spatialite GIS tests to run without having to spe...Julien Phalip
2012-08-18[py3] Fixed slow path through file_move_safeKaren Tracey
2012-08-18Merge pull request #287 from uruz/ticket18791Andrew Godwin
2012-08-18Merge pull request #289 from mjtamlyn/slugify-real-functionAndrew Godwin
2012-08-18Merge pull request #288 from mjtamlyn/date-list-periodAndrew Godwin
2012-08-18Fixed bug in 212b982 -- Removed duplicate code in removetagsMarc Tamlyn
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
2012-08-18[py3] Made 212b9826bd Python 3-friendlyAymeric Augustin
2012-08-18Fixed #18791: [py3] Double import of six in django.forms.widgetsAlexey Boriskin
2012-08-18[py3] Avoided passing a lazy string to urlparse.Aymeric Augustin
2012-08-18Introduced force_bytes and force_str.Aymeric Augustin
2012-08-18Fixed #17228 -- params context variable is inconsistentMarc Tamlyn
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18Add a SQlite backend. One test passes!Andrew Godwin
2012-08-18All tests passing on MySQLAndrew Godwin
2012-08-18First stab at MySQL supportAndrew Godwin
2012-08-18Fixed #18779 -- URLValidator can't validate url with ipv6.Marc Tamlyn
2012-08-18[py3] Removed gratuitous use of map/lambdaAymeric Augustin
2012-08-18[py3] Stopped attempting to translate bytes.Aymeric Augustin
2012-08-18[py3] Fixed cache tests.Aymeric Augustin
2012-08-18[py3] Fixed backends tests.Aymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-18[py3] Fixed formtools tests.Aymeric Augustin
2012-08-18[py3] Fixed file_storage tests.Aymeric Augustin
2012-08-17Made createsuperuser more robust when getting current OS username.Ramiro Morales
2012-08-17[py3] Workarounded a Python bug in mail header encodingClaude Paroz
2012-08-16[py3] Fixed a regression introduced in fcc8de0598.Aymeric Augustin
2012-08-16Fixed #18239 -- Subclassed HTMLParser only for selected Python versionsClaude Paroz
2012-08-16Fixed Python version check in testcases.pyClaude Paroz
2012-08-16[py3] Ported django.core.servers.Aymeric Augustin
2012-08-16[py3] Avoided relying on 2.x-only internalsAymeric Augustin
2012-08-16[py3] Fixed installed_models filtering.Dmitry Shevchenko
2012-08-15Fix changes introduced in fd04e7 so they don't break on Python 3.Ramiro Morales
2012-08-15Added import of force_unicode to utils/text.pyAdrian Holovaty