summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2011-01-21Added new translation files to sites contrib app.Jannis Leidel
2011-01-21Added new translation files to sessions contrib app.Jannis Leidel
2011-01-21Added new translation files to redirects contrib app.Jannis Leidel
2011-01-21Added new translation files to messages contrib app.Jannis Leidel
2011-01-21Added new translation files to localflavor contrib app.Jannis Leidel
2011-01-21Added new translation files to humanize contrib app.Jannis Leidel
2011-01-21Added new translation files to gis contrib app.Jannis Leidel
2011-01-21Added new translation files to formtools contrib app.Jannis Leidel
2011-01-21Added new translation files to contenttypes contrib app.Jannis Leidel
2011-01-21Added new translation files to comments contrib app.Jannis Leidel
2011-01-21Added new translation files to auth contrib app.Jannis Leidel
2011-01-21Added new translation files to admindocs contrib app.Jannis Leidel
2011-01-21Added new translation files to admin contrib app.Jannis Leidel
2011-01-21Added contrib apps to ignore list when running makemessages in the Djagno sou...Jannis Leidel
2011-01-21Fixed #14753 -- Fixed the test client to not raise an AssertionError when req...Ramiro Morales
2011-01-20Fixed #15122 -- Restored reporting of the template files tried in the texmpla...Ramiro Morales
2011-01-20Fixed #14774 -- the test client and assertNumQueries didn't work well togethe...Alex Gaynor
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-19Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...Carl Meyer
2011-01-19Fixed #15118 - Corrected the deletion-ordering for inherited models.Carl Meyer
2011-01-19Call superclass init in collectstatic command, otherwise printing error messa...Karen Tracey
2011-01-19Avoid doing quadratic amounts of work during object deletion.Alex Gaynor
2011-01-18Refs #14661 -- Clarified the handling of initial data injected via custom SQL.Russell Keith-Magee
2011-01-17Fixed #15026 -- Added cleanup to the invalid key session tests; when using Me...Russell Keith-Magee
2011-01-17Fixed #13062 -- Ensure that runserver exposes all warnings requested at the c...Russell Keith-Magee
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2011-01-16Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ...Russell Keith-Magee
2011-01-16Fixed #14707 -- Relax the protections on aggregate naming collisions when a V...Russell Keith-Magee
2011-01-16Fixed #15018 -- Corrected the handling of LimitedStream under one edge case i...Russell Keith-Magee
2011-01-15Stopped staticfiles app from requiring a models module when looking for stati...Jannis Leidel
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2011-01-15Fixed #15079 -- Added a missing import in the cache infrastructure. Thanks to...Russell Keith-Magee
2011-01-15Fixed #15042 -- Ensured that email addresses without a domain can still be ma...Russell Keith-Magee
2011-01-15Corrected r15205 syntax to be Python2.4 compatible.Russell Keith-Magee
2011-01-14Fixed #11193 -- WSGI handler not properly handling lock on error in load_midd...Andrew Godwin
2011-01-14Change the lack of supports_inactive_user on an auth backend to aChris Beaven
2011-01-14Cleaned up the ORM slightly.Alex Gaynor
2011-01-13Corrected hash in a formtools test to match current method, not Django 1.2Luke Plant
2011-01-13Fixed some bugs with formtools tests.Luke Plant
2011-01-13Fixed #15075 - No longer possible to alter the form_list in FormWizard.proces...Luke Plant
2011-01-13Fixed #13631 -- Made sure that max_length and min_length are retained as attr...Russell Keith-Magee
2011-01-13Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...Russell Keith-Magee
2011-01-13Fixed #14176 -- Added forwards compatibility to the legacy syndication feed v...Russell Keith-Magee
2011-01-13Fixed #15025 - template debug fails if there's a callable local var that gene...Luke Plant
2011-01-13Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...Ramiro Morales
2011-01-13Fixed #15024 -- Ensure that choice of L10N format module used is stable given...Ramiro Morales
2011-01-122 small optimizations: a) move an import out of a function, b) remove a cache...Alex Gaynor
2011-01-11Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.Alex Gaynor
2011-01-10Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.Andrew Godwin