summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-19[py3] Supported integers in HttpResponseAymeric Augustin
2012-08-19[py3] Wrote Django-specific porting tipsAymeric Augustin
2012-08-19Fixed #17278 -- Enabled the spatialite GIS tests to run without having to spe...Julien Phalip
2012-08-19Made some minor fixes to the GeoDjango installation guide.Julien Phalip
2012-08-18Merge pull request #291 from uruz/ticket18793Karen Tracey
2012-08-19Fixed #18793: Duplicate test test_head_no_get in generic_views.baseAlexey Boriskin
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-18Merge pull request #283 from mjtamlyn/ipv6-address-validationAndrew 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-18Cleaned up a test slightly.Aymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-18[py3] Fixed formtools tests.Aymeric Augustin
2012-08-18Merge pull request #282 from ptone/patch-1Aymeric Augustin
2012-08-18[py3] Fixed file_storage tests.Aymeric Augustin
2012-08-18[py3] Fixed templates tests.Aymeric Augustin
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
2012-08-17Made createsuperuser more robust when getting current OS username.Ramiro Morales
2012-08-17Update docs/topics/class-based-views/index.txtPreston Holmes
2012-08-17[py3] Workarounded a Python bug in mail header encodingClaude Paroz
2012-08-17Merge pull request #271 from morty/patch-1Tim Graham
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-08-17Merge pull request #261 from issackelly/cbv-full-listTim Graham
2012-08-17[py3] Fixed __unicode__ methods missed in d4a0b278Aymeric Augustin
2012-08-16Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n...Tim Graham
2012-08-16Fixed #18223 - Corrected default transaction behavior in postgresql docs.Tim Graham
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-16[py3k] Fixed pagination_regress tests.Alex Gaynor
2012-08-16Fixed Python version check in testcases.pyClaude Paroz
2012-08-16[py3] Ported django.core.servers.Aymeric Augustin
2012-08-16[py3] Fixed test_utils tests of doctests.Aymeric Augustin
2012-08-16[py3] Avoided relying on 2.x-only internalsAymeric Augustin
2012-08-16[py3] Fixed the str tests.Aymeric Augustin