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-06
Fixed a couple of minor errors in the django-admin(1) Unix man page.
Ramiro Morales
2012-02-05
Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk fo...
Timo Graham
2012-02-05
Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andrew and n...
Timo Graham
2012-02-05
Fixed #17641 -- Work around an issue in Python distributions that remove the ...
Jannis Leidel
2012-02-05
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...
Julien Phalip
2012-02-05
Fixed #17521 -- Made the minified JS files be used in the admin only when `DE...
Julien Phalip
2012-02-05
Made a minor tweak to a doctoring in `django/forms.forms.py` that was missed ...
Julien Phalip
2012-02-05
Fixed #17493 -- Made `Widget.id_for_label()` consistently be an instance method.
Julien Phalip
2012-02-05
Fixed #8317 -- Corrected the inspectdb management command to properly set `pr...
Julien Phalip
2012-02-05
Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...
Julien Phalip
2012-02-04
Made a couple of idiomatic changes in makemessages.
Ramiro Morales
2012-02-04
Removed hard-coded root tree path in makemessages.
Ramiro Morales
2012-02-04
Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude...
Jannis Leidel
2012-02-04
Fixed undefined variable name in makemessages command code.
Ramiro Morales
2012-02-04
Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....
Julien Phalip
2012-02-04
Fixed #17017 -- Updated British English date formats to follow common standar...
Jannis Leidel
2012-02-04
Fixed #17555 -- Added support for a missing trailing slash when redirecting b...
Jannis Leidel
2012-02-04
Added with_statement import forgotten in r17434. Thanks to Julien for noticing.
Jannis Leidel
2012-02-04
Fixed #17628 -- Extended makemessages command to also ignore directories when...
Jannis Leidel
2012-02-04
Fixed #17625 -- Mention in the management command docs that modules with an u...
Jannis Leidel
2012-02-04
Fixed #17602 -- Stopped the XML serializer from doing unneeded queries. Thank...
Jannis Leidel
2012-02-04
Fixed #17597 -- Marked a word for translation in the comments app's form clas...
Jannis Leidel
2012-02-04
Fixed #17527 -- Improved exception message when adding the wrong type of obje...
Jannis Leidel
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
[prev]
[next]