index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-24
[1.0.X] Backed out r9250. I committed this to the branch by mistake; there's no
Malcolm Tredinnick
2008-10-24
[1.0.X] Fixed #9406 -- Ensure that each database column is only represented
Malcolm Tredinnick
2008-10-24
[1.0.X] Fixed #9383 -- Don't open a network connection for sending email if
Malcolm Tredinnick
2008-10-24
[1.0.X] Fixed #9410 -- I did not spell Portuguese correctly 18 months ago.
Malcolm Tredinnick
2008-10-22
[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...
Karen Tracey
2008-10-21
[1.0.X] Display non_field_errors of inline forms in the admin. This was a pre...
Brian Rosner
2008-10-21
[1.0.X] Fixed #3096 -- Make admin list_filters respect limit_choices_to.
Karen Tracey
2008-10-21
[1.0.X] Fixed #9039 -- Don't perform unique checks on NULL values, since NULL...
Karen Tracey
2008-10-21
Fixed #9361 -- thanks to Guillaume for the bug report and patch.
Justin Bronn
2008-10-18
[1.0.X] Fixed #9136: Do slicing in Oracle with rownum instead of
Ian Kelly
2008-10-17
[1.0.X] Fixed #8110 -- Allow for AdminLogNode's render to be called more than...
Karen Tracey
2008-10-13
[1.0.X] Fixed Oracle introspection mapping of DATE columns, and added an
Ian Kelly
2008-10-11
[1.0.X] Fixed .distinct() not working with slicing in Oracle, due to the
Malcolm Tredinnick
2008-10-10
[1.0.X] More be-nice-to-the-buildbot: be better about cleaning up files creat...
Jacob Kaplan-Moss
2008-10-08
[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...
Karen Tracey
2008-10-08
[1.0.X] Fixed #9319 -- Fixed a crash when using the same model field in multiple
Malcolm Tredinnick
2008-10-08
[1.0.X] A queryset that has had ordering removed (order_by()) can have ordering
Malcolm Tredinnick
2008-10-08
[1.0.X] Fixed #6748 -- When printing the repr() of querysets, don't load or
Malcolm Tredinnick
2008-10-08
[1.0.X] Applying a limit to a queryset that already had an upper limit of 0
Malcolm Tredinnick
2008-10-07
[1.0.X] Fixed #9233 -- Allow date and message-id headers to be passed in
Malcolm Tredinnick
2008-10-07
[1.0.X] Fixed #9224 -- Prevent a crash when certain query strings are sent using
Malcolm Tredinnick
2008-10-07
Reverted r9186 -- Committed to the wrong branch (it's a feature addition).
Malcolm Tredinnick
2008-10-07
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
Malcolm Tredinnick
2008-10-07
[1.0.X] Fixed #9199 -- We were erroneously only prepending "www" to the domain
Malcolm Tredinnick
2008-10-06
[1.0.X] Added some better error reporting and path handling when creating tem...
Malcolm Tredinnick
2008-10-06
[1.0.X] Fixed #5753 -- Allow createsuperuser to work in situations where there
Malcolm Tredinnick
2008-10-06
[1.0.X] Fixed #9212: Added code to check the xgettext version, and if it is l...
Karen Tracey
2008-10-05
[1.0.X] Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks...
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #9283 -- Deliberately silence one deprecation warning raised by...
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num...
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #8963 -- Use the require_POST decorator instead of doing things...
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #9100 -- Added a missing CSS class to a submit button.
Malcolm Tredinnick
2008-10-05
[1.0.X] Add internationalisation support to the comment templates. Fixed #886...
Malcolm Tredinnick
2008-10-05
[1.0.x] Fixed #8803 -- Allow authenticated users without first_name/last_name...
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #8869 -- Fixed comments templates to be well-formed XHTML.
Malcolm Tredinnick
2008-10-05
[1.0.X] Fixed #8879 -- Used ungettext instead of ngettext in the comments fra...
Malcolm Tredinnick
2008-10-05
[1.0.x] Fixed #9141 -- Removed two templates from django.contrib.comments tha...
Malcolm Tredinnick
2008-09-30
Update django.VERSION in 1.0.x branch per previous discussion
James Bennett
2008-09-30
[1.0.X] Fixed another case of reverse URL resolving that wasn't working.
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
[next]