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-02-04
Fixed #17542 -- Gracefully handle errors when checking if the values of a Sel...
Jannis Leidel
2012-02-04
Fixed #17592 -- Handle URLs starting with a dot when using urlize. Thanks, Cl...
Jannis Leidel
2012-02-04
Fixed #17594 -- Stopped ModelFormset.save from running a SELECT query by rely...
Jannis Leidel
2012-02-04
Fixed #17182 -- Changed best practice documentation for Form.clean to use sup...
Jannis Leidel
2012-02-04
Fixed #17517 -- Added `--name` option to startproject and startapp management...
Jannis Leidel
2012-02-04
Fixed #17596 -- Stopped the AdminField class from double quoting its label. T...
Jannis Leidel
2012-02-04
Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, p...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2012-02-03
Made a bunch more edits up until [17418]
Adrian Holovaty
2012-02-03
Edited serialization.txt changes from [17355]
Adrian Holovaty
2012-02-03
Edited releases/1.4.txt changes from [17354]
Adrian Holovaty
2012-02-03
Edited releases/1.4.txt changes from [17353]
Adrian Holovaty
2012-02-03
Small fix to comments in utils/html.py from [17347]
Adrian Holovaty
2012-02-03
Edited db/transactions.txt changes from [17341]
Adrian Holovaty
2012-02-03
Edited django-admin.txt changes from [17340]
Adrian Holovaty
2012-02-03
Edited deployment doc changes from [17338]
Adrian Holovaty
2012-02-03
Edited models/options.txt changes from [17314]
Adrian Holovaty
2012-02-02
Fixed loader_tags.py to import token_kwargs from the correct module
Adrian Holovaty
2012-02-02
Fixed #17481. pbkdf2 hashes no longer ommit leading zeros.
Paul McMillan
2012-02-01
Improved the fix of r17416 so it actually works on all platforms. Refs #17469.
Aymeric Augustin
2012-02-01
Fixed #17469 -- Prevented a double URL-to-filesystem path translation in the ...
Aymeric Augustin
2012-02-01
Fixed #17622 - Added Justin Myles Holmes to AUTHORS.
Carl Meyer
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2012-01-31
Skipped the test introduced at r17403 on Python 2.5, because it requires warn...
Aymeric Augustin
2012-01-31
Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...
Carl Meyer
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
[prev]
[next]