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
2010-10-28
Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych f...
Gabriel Hurley
2010-10-27
Edited docs/topics/testing.txt change from [14058]
Adrian Holovaty
2010-10-27
Edited docs/ref/models/fields.txt change from [14049]
Adrian Holovaty
2010-10-27
Fixed MultiValueDict's copy implementation to be consistant with all other co...
Alex Gaynor
2010-10-27
Fixed #14577 -- fixed a docstring typo. Thanks to dauerbaustelle for the rep...
Alex Gaynor
2010-10-27
Documented options accepted by the runfcgi management command.
Ramiro Morales
2010-10-27
Fixed #14398 -- Changed runfcgi command to interpret the umask option argumen...
Ramiro Morales
2010-10-27
Revert the removal of an unused import (in [14175]) that was referenced in do...
Chris Beaven
2010-10-26
Corrected some typos in the tutorial, thanks to Brandon Height for the report.
Alex Gaynor
2010-10-26
Fixed #14565 - No csrf_token on 404 pages
Luke Plant
2010-10-26
Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephan...
Gabriel Hurley
2010-10-26
Replace an incorrect reference to collectmedia in the docs (the command is co...
Chris Beaven
2010-10-25
Fixed #14047 -- Updated the CommonMiddleware docs to include sending broken l...
Gabriel Hurley
2010-10-25
Fixed #10545 -- Mentioned that template context variables are scoped to the b...
Gabriel Hurley
2010-10-25
Converted model_inheritance doctests to unittests. We have always been at wa...
Alex Gaynor
2010-10-25
Removed obsolete 'date' filter -> 'now' tag link.
Ramiro Morales
2010-10-24
Fixed #14551 -- corrected a type in the remote user auth documentation. Than...
Alex Gaynor
2010-10-24
Fixed #14550 -- fixed the behavior of commit_on_success to exit the transacti...
Alex Gaynor
2010-10-24
Fixed #13617 -- `OSMGeoAdmin` now works again when `USE_L10N` (or `LANGUAGE_C...
Justin Bronn
2010-10-24
Fixed #13040 -- Added info on where to import File class from to File referen...
Gabriel Hurley
2010-10-24
Fixed #11441 -- Improved signal topic guide, particularly regarding the weak ...
Gabriel Hurley
2010-10-23
Fixed #14526 -- Updated wording regarding the minimum Python version required...
Gabriel Hurley
2010-10-23
Fixed #14541 -- Corrected an outdated bit of wording in the LANGUAGES setting...
Gabriel Hurley
2010-10-23
Fixed #14537 -- Added documentation on where validators can be imported from ...
Gabriel Hurley
2010-10-23
Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improv...
Gabriel Hurley
2010-10-23
Fixed #14173 -- Added sections about contrib apps-provided commands to django...
Ramiro Morales
2010-10-23
Fixed #14463 -- Fixed links to new location of date/time format specifiers docs.
Ramiro Morales
2010-10-23
Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...
Jannis Leidel
2010-10-23
Fixed #14528 and #14538 -- Refined staticfiles documentation. Thanks, gremmie...
Jannis Leidel
2010-10-23
Fixed a typo in the staticfiles docs.
Justin Bronn
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
2010-10-22
Fixed #14534 -- updated an out of date link in the docs. Thanks to d0ugal fo...
Alex Gaynor
2010-10-21
Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...
Chris Beaven
2010-10-21
Ensure the mutliple_database tests leave the settings in the same state they ...
Alex Gaynor
2010-10-21
Fixed #14520 -- fixed a memory leak when running the test suite.
Alex Gaynor
2010-10-21
Fixed a bug with method_decorator not preserving the attributes of the wrappe...
Luke Plant
2010-10-21
Removed old code with Python 2.3 compatibility
Luke Plant
2010-10-21
Fixed test failure when using Python 2.7
Luke Plant
2010-10-21
Fixed #14519 -- corrected a type in the tutorial, thanks buriy for the report...
Alex Gaynor
2010-10-21
Fixing a few cosmetic bugs. Thanks for the hint, Alex Gaynor.
Jannis Leidel
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-20
Fixed #14477 -- Corrects several instances of "add" and "remove" m2m_changed ...
Gabriel Hurley
2010-10-20
Fixed #14432 -- Added an import statement which was previously implied in tut...
Gabriel Hurley
2010-10-20
Fixed #14493 -- Corrected use of the wrong attribute in the model validation ...
Gabriel Hurley
2010-10-20
Removes a mistaken note about the static media development helper.
Jacob Kaplan-Moss
2010-10-20
Fixed #14514 -- fixed a typo in the static files docs, thanks to Andy McKay f...
Alex Gaynor
2010-10-20
Consistent imports for parse_qsl function, avoiding the `PendingDeprecationWa...
Luke Plant
2010-10-20
Polish translation updated
Jarek Zgoda
2010-10-20
Fixed bug and test failure introducted in [14290]
Luke Plant
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
[next]