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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2008-10-06
Added some better error reporting and path handling when creating template pa...
Malcolm Tredinnick
2008-10-06
Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompat
Malcolm Tredinnick
2008-10-06
Fixed #5753 -- Allow createsuperuser to work in situations where there
Malcolm Tredinnick
2008-10-06
Fixed #9305 -- Updated Georgian translation from David Avsajanishvili.
Malcolm Tredinnick
2008-10-06
Fixed #9212: Added code to check the xgettext version, and if it is lower tha...
Karen Tracey
2008-10-05
Fixed #8660 -- Small database query optimisation in User.get_profile.
Malcolm Tredinnick
2008-10-05
Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks, rush.
Malcolm Tredinnick
2008-10-05
Fixed #9283 -- Deliberately silence one deprecation warning raised by python ...
Malcolm Tredinnick
2008-10-05
Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form
Malcolm Tredinnick
2008-10-05
Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.
Malcolm Tredinnick
2008-10-05
Fixed #8963 -- Use the require_POST decorator instead of doing things manuall...
Malcolm Tredinnick
2008-10-05
Fixed #9100 -- Added a missing CSS class to a submit button.
Malcolm Tredinnick
2008-10-05
Add internationalisation support to the comment templates. Fixed #8868, #8905
Malcolm Tredinnick
2008-10-05
Fixed #8803 -- Allow authenticated users without first_name/last_name values ...
Malcolm Tredinnick
2008-10-05
Fixed #8869 -- Fixed comments templates to be well-formed XHTML.
Malcolm Tredinnick
2008-10-05
Fixed #8879 -- Used ungettext instead of ngettext in the comments framework.
Malcolm Tredinnick
2008-10-05
Fixed #9141 -- Removed two templates from django.contrib.comments that were n...
Malcolm Tredinnick
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-09-30
Update django.VERSION in trunk per previous discussion
James Bennett
2008-09-30
Fixed another case of reverse URL resolving that wasn't working.
Malcolm Tredinnick
2008-09-30
Fixed #9221 -- Small optimisation to caching middleware handling.
Malcolm Tredinnick
2008-09-28
Italian translation: one correction; thanks, Marco Beri.
Nicola Larosa
2008-09-28
Fixed Queryset.dates() in the presence of extra-select columns.
Malcolm Tredinnick
2008-09-28
Use correct m2m join table name in LatestCommentsFeed
James Bennett
2008-09-28
Fixed #9203: Restore correct ordering for LatestCommentsFeed
James Bennett
2008-09-27
Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),
Malcolm Tredinnick
2008-09-27
Fixed #9171 -- Fixed a few places where we were assuming lists instead of
Malcolm Tredinnick
2008-09-22
Add some docstrings to the base classes for management commands. Refs #9170.
James Bennett
2008-09-22
Fixed a missing variable initialisation deep in the Query bowels.
Malcolm Tredinnick
2008-09-21
Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...
Karen Tracey
2008-09-21
Fixed 8984: Only include a "Documentation" link on change password and change...
Karen Tracey
2008-09-20
Added a generic "button" class to the admin styles to allow applying the stan...
Wilson Miner
2008-09-18
Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...
Karen Tracey
2008-09-18
Fixed #9125 -- When displaying errors for a form with only hidden fields, mak...
Malcolm Tredinnick
2008-09-17
Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for...
Russell Keith-Magee
2008-09-17
Fixed #9014 -- Check that we really are processing a POST before processing
Malcolm Tredinnick
2008-09-17
Changed a slightly suspicious usage of request.POST to request.method == 'POST'.
Malcolm Tredinnick
2008-09-17
Fixed #9096 -- Fixed a slightly out-of-date comment.
Malcolm Tredinnick
2008-09-17
Fixed #9113 -- Improved exception message reporting when importing sqlite3 fa...
Malcolm Tredinnick
2008-09-17
Fixed #8859 -- Some improvements to the Mandarin Chinese translation. Thanks,...
Malcolm Tredinnick
2008-09-17
Fixed #9018 -- Updated Georgian translation from David Avsajanishvili.
Malcolm Tredinnick
2008-09-17
Fixed #9017 -- Updated Danish translation from Finn Gruwier Larsen.
Malcolm Tredinnick
2008-09-17
Fixed #6415. Updated Icelandic translation from Jökull Sólberg Auðunsson.
Malcolm Tredinnick
2008-09-17
Fixed #8409 -- The runserver now uses conditional GET for admin media files, ...
Adrian Holovaty
2008-09-17
Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field n...
Adrian Holovaty
2008-09-17
Fixed #8574 -- Made Sitemap a new-style class
Adrian Holovaty
2008-09-16
Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'po...
Adrian Holovaty
2008-09-16
Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which ...
Adrian Holovaty
2008-09-16
Changed the app-level links on the admin index page to include trailing slash...
Adrian Holovaty
2008-09-16
Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a s...
Adrian Holovaty
[next]