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
Age
Commit message (
Expand
)
Author
2008-10-08
Fixed #6748 -- When printing the repr() of querysets, don't load or display
Malcolm Tredinnick
2008-10-08
Applying a limit to a queryset that already had an upper limit of 0 wasn't
Malcolm Tredinnick
2008-10-08
The tests added in r9184 were altering the test environment in bad ways. Fixed
Malcolm Tredinnick
2008-10-07
Fixed #9233 -- Allow date and message-id headers to be passed in manually in
Malcolm Tredinnick
2008-10-07
Fixed #9215 -- Added a view/template example of using pagination.
Malcolm Tredinnick
2008-10-07
Added a link to the "documentation" documentation in the contributing docs.
Malcolm Tredinnick
2008-10-07
Added a note about where custom manager specifications go in a model (for the
Malcolm Tredinnick
2008-10-07
Fixed #9224 -- Prevent a crash when certain query strings are sent using
Malcolm Tredinnick
2008-10-07
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
Malcolm Tredinnick
2008-10-07
Fixed #9199 -- We were erroneously only prepending "www" to the domain if we
Malcolm Tredinnick
2008-10-06
Added a lot more explanation about form field validation, including expanded
Malcolm Tredinnick
2008-10-06
Fixed #7011 -- Clarified what User.is_active really means in the documentation.
Malcolm Tredinnick
2008-10-06
Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE
Malcolm Tredinnick
2008-10-06
Fixed #8768 -- Clarified that ugettext_lazy() results are unicode proxies and
Malcolm Tredinnick
2008-10-06
Fixed #8975 -- Added a note to the documentation for reverse() that all views
Malcolm Tredinnick
2008-10-06
Fixed #9254 -- Added information to the porting guide about the removal of
Malcolm Tredinnick
2008-10-06
Fixed #8688 -- Added a note about using a settings variable for the static
Malcolm Tredinnick
2008-10-06
Fixed a couple of markup errors in the documentation.
Malcolm Tredinnick
2008-10-06
Fixed #9047 -- Marked up django.core.urlresolvers.reverse() properly in the
Malcolm Tredinnick
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
Add note to 1.0 porting guide about removal of dictionary access to HTTP requ...
James Bennett
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
Changed the "write your own settings" recommendation to mention that Django
Malcolm Tredinnick
2008-10-05
Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form
Malcolm Tredinnick
2008-10-05
Fixed #8964 -- Added a note that MyISAM may not necessarily be the default
Malcolm Tredinnick
2008-10-05
Fixed a typo and clarified how django.core.mail.outbox works in the testing f...
Malcolm Tredinnick
2008-10-05
Added django.contrib.markup to the docs contents page. Thanks, Marc Fargas.
Malcolm Tredinnick
2008-10-05
Fixed #9257 -- Fixed a small mismatch in text in part 2 of the tutorial.
Malcolm Tredinnick
2008-10-05
Fixed #9291 -- Tweaked a piece of example code slightly to set a good example
Malcolm Tredinnick
2008-10-05
Fixed #9301 -- Correct a markup typo in the docs.
Malcolm Tredinnick
2008-10-05
Fixed #9300 -- Typo fix in docs.
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-05
Altered a failing url template tag test to work more reliably.
Malcolm Tredinnick
2008-10-04
Fixed #9293: Corrected expected test output for the admin_scripts tests, foll...
Russell Keith-Magee
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-10-01
Change version calculation in setup.py to go with the new VERSION tuple
James Bennett
2008-09-30
Fixed #9255: Removed now-obsolete warning about the old semantics of __exact=...
James Bennett
[next]