summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-01-30Fixed #10868 -- Stopped restoring database connections after the tests' execu...Julien Phalip
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
2012-01-29Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i...Aymeric Augustin
2012-01-29Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.Aymeric Augustin
2012-01-28Added basic tests for databrowse. Refs #5968.Aymeric Augustin
2012-01-28Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.Aymeric Augustin
2012-01-28Added __future__ import for Python 2.5 forgotten in r17402.Aymeric Augustin
2012-01-28Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...Aymeric Augustin
2012-01-28Fixed #12099 -- Prevented admindocs from crashing when an application that pr...Aymeric Augustin
2012-01-28Made a tiny performance improvement in the template system's Parser.parse() -...Adrian Holovaty
2012-01-27Made a small optimization to the template lexer. There's no need to calculate...Adrian Holovaty
2012-01-27Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown met...Aymeric Augustin
2012-01-24Added a missing warning forgotten in r17392.Jannis Leidel
2012-01-24Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...Jannis Leidel
2012-01-24Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...Julien Phalip
2012-01-24Fixed #17506 -- Did a minor optimization in the sessions' database backend. T...Julien Phalip
2012-01-23Reverted [17378] until a public API is available for application labels.Ramiro Morales
2012-01-22Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...Aymeric Augustin
2012-01-20Fixed #16885 -- Confirmed features of mirror databases when setting up test d...Aymeric Augustin
2012-01-19Clean up the form's code a little bit, to make it more consistantly go throug...Alex Gaynor
2012-01-19Fixed #17078: properly invoke IPython 0.12.Jacob Kaplan-Moss
2012-01-19Fixed translatability of application names in admin app.Ramiro Morales
2012-01-15Fixed #17468 -- Made sure the project/app template management command tests c...Jannis Leidel
2012-01-15Made email attachment handling code accept non-ASCII filenames.Ramiro Morales
2012-01-15Made dictsort and dictsort reversed template filters fail silentlyRamiro Morales
2012-01-15Added support for specifying initial values to model formsets and inline form...Ramiro Morales
2012-01-14Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...Luke Plant
2012-01-12Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebu...Aymeric Augustin
2012-01-09Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...Aymeric Augustin
2012-01-08Reverted parts of r17359 that could cause false positives in URL detection, e...Aymeric Augustin
2012-01-08Fixed #17300 -- Prevented createcachetable from crashing when the cache table...Aymeric Augustin
2012-01-08Fixed #11911 -- Made the urlize filter smarter with closing punctuation.Aymeric Augustin
2012-01-08Try to save memory and time when using lazy objects by refering to their func...Alex Gaynor
2012-01-08Fixed #16656 -- Changed the urlize filter to accept more top-level domains.Aymeric Augustin
2012-01-08Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...Aymeric Augustin
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2012-01-08Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...Aymeric Augustin
2012-01-07Added missing bits of r17352. Refs #17513.Aymeric Augustin
2012-01-07Fixed #17513 -- Prevented the MySQL backend from leaking MySQLdb-specific exc...Aymeric Augustin
2012-01-07Fixed #17491 -- Honored the version number format expected by distutils. Fixe...Aymeric Augustin
2012-01-07Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymme...Aymeric Augustin
2012-01-07Fixed #13704 -- Handled IDN properly in the urlize template filter. Thanks Cl...Aymeric Augustin
2012-01-07Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs....Aymeric Augustin
2012-01-07Fixed #10756 -- Error in the formats accepted by PLNIPField. Thanks remik for...Aymeric Augustin
2012-01-07Fixed #17499 -- Ensured assertFieldOutput works for fields that customize the...Aymeric Augustin
2012-01-07Fixed #17415 -- Reset database sequence for Site's pk after creating the defa...Aymeric Augustin
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2012-01-03Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_bChris Beaven
2012-01-03Fixed #17496 -- Regression in the floatformat template filter, introduced by ...Aymeric Augustin