index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-01-30
Fixed #10868 -- Stopped restoring database connections after the tests' execu...
Julien Phalip
2012-01-29
Add a mention in the startproject docs section that --template can take a URL
Chris Beaven
2012-01-29
Fixed #8995 -- Added support for HTTPS in sitemaps.
Aymeric Augustin
2012-01-29
Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i...
Aymeric Augustin
2012-01-29
Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.
Aymeric Augustin
2012-01-28
Added basic tests for databrowse. Refs #5968.
Aymeric Augustin
2012-01-28
Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.
Aymeric Augustin
2012-01-28
Added __future__ import for Python 2.5 forgotten in r17402.
Aymeric Augustin
2012-01-28
Caught (and tested) the warning added at r17393 in the corresponding test. Re...
Aymeric Augustin
2012-01-28
Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...
Aymeric Augustin
2012-01-28
Fixed #12099 -- Prevented admindocs from crashing when an application that pr...
Aymeric Augustin
2012-01-28
Made a tiny performance improvement in the template system's Parser.parse() -...
Adrian Holovaty
2012-01-27
Made a small optimization to the template lexer. There's no need to calculate...
Adrian Holovaty
2012-01-27
Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown met...
Aymeric Augustin
2012-01-25
Updated my bio.
Julien Phalip
2012-01-25
Added note about deprecation of project-level translations to the deprecation...
Ramiro Morales
2012-01-24
Added a missing warning forgotten in r17392.
Jannis Leidel
2012-01-24
Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...
Jannis Leidel
2012-01-24
Fixed #15092 -- Made `{% now %}` work with single-quoted string arguments. Th...
Julien Phalip
2012-01-24
Fixed #17506 -- Did a minor optimization in the sessions' database backend. T...
Julien Phalip
2012-01-23
Reverted [17378] until a public API is available for application labels.
Ramiro Morales
2012-01-22
Fixed #10320 -- Made it possible to use executemany with iterators. Thanks Mo...
Aymeric Augustin
2012-01-21
Fixed the link to the IRC logs in the README. Refs #17453, #16277.
Aymeric Augustin
2012-01-21
Fixed #17572 —— A few grammar errors in the comments framework example page.
Aymeric Augustin
2012-01-21
Fixed #10139 -- Clarified that slicing an evaluated QuerySet returns a list, ...
Aymeric Augustin
2012-01-20
Fixed #16885 -- Confirmed features of mirror databases when setting up test d...
Aymeric Augustin
2012-01-19
Clean up the form's code a little bit, to make it more consistantly go throug...
Alex Gaynor
2012-01-19
Fixed #17078: properly invoke IPython 0.12.
Jacob Kaplan-Moss
2012-01-19
Fixed translatability of application names in admin app.
Ramiro Morales
2012-01-15
Fixed #17468 -- Made sure the project/app template management command tests c...
Jannis Leidel
2012-01-15
Updated link to Django Debug Toolbar homepage.
Ramiro Morales
2012-01-15
Made email attachment handling code accept non-ASCII filenames.
Ramiro Morales
2012-01-15
Made dictsort and dictsort reversed template filters fail silently
Ramiro Morales
2012-01-15
Added support for specifying initial values to model formsets and inline form...
Ramiro Morales
2012-01-14
Fixed #17530 - Fixture loading with deferred constraints broken for Postgres ...
Luke Plant
2012-01-13
Started a 'Cheat sheet' section in aggregation docs because I desperately nee...
Adrian Holovaty
2012-01-12
Fixed #17538 -- corrected the section in tutorial 3 about the handler404 defa...
Carl Meyer
2012-01-12
Fixed #6669 -- Ensured database connections are marked as dirty by CursorDebu...
Aymeric Augustin
2012-01-11
Fixed #17526 - unnecessary comma in 'Please, see the release notes' removed
Luke Plant
2012-01-10
Added Justine Tunney to the authors file for her excellent work on the passwo...
Paul McMillan
2012-01-09
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...
Aymeric Augustin
2012-01-08
Reverted parts of r17359 that could cause false positives in URL detection, e...
Aymeric Augustin
2012-01-08
Fixed #17300 -- Prevented createcachetable from crashing when the cache table...
Aymeric Augustin
2012-01-08
Fixed #11911 -- Made the urlize filter smarter with closing punctuation.
Aymeric Augustin
2012-01-08
Tested that spaces are properly escaped in files URLs. Refs #5160.
Aymeric Augustin
2012-01-08
Try to save memory and time when using lazy objects by refering to their func...
Alex Gaynor
2012-01-08
Fixed #16656 -- Changed the urlize filter to accept more top-level domains.
Aymeric Augustin
2012-01-08
Fixed #16395 -- Prevented urlize from highlighting some malformed URLs. Thank...
Aymeric Augustin
2012-01-08
Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.
Aymeric Augustin
2012-01-08
Fixed #12183 -- Made the urlize filter insert the nofollow attribute properly...
Aymeric Augustin
[next]