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-09-17
Fix bug in get_indexes affecting the tests
Andrew Godwin
2012-09-17
More schema test fixing
Andrew Godwin
2012-09-17
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-09-17
Fix app loading/test interaction
Andrew Godwin
2012-09-17
Only update `last_login` instead of the whole user object in `update_last_log...
Florian Apolloner
2012-09-16
Merge pull request #360 from calebsmith/add-permalink-wraps-test
Florian Apolloner
2012-09-16
Fixed #17485 regression -- only + select_related interaction
Anssi Kääriäinen
2012-09-16
Merge pull request #372 from ptone/patch-2
Florian Apolloner
2012-09-16
Merge pull request #371 from camilonova/fix_docs_typo
Florian Apolloner
2012-09-15
Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...
Julien Phalip
2012-09-15
Clearer wording for defer docs
Preston Holmes
2012-09-15
Fixes docs typo
Camilo Nova
2012-09-15
Fixed #17948 -- Isolated auth tests from custom template loaders
Claude Paroz
2012-09-15
Modernized views.DebugViewTests
Claude Paroz
2012-09-15
Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd fo...
Tim Graham
2012-09-15
Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...
Tim Graham
2012-09-15
Added an example of using a form wizard with different templates; thanks Lori...
Tim Graham
2012-09-15
Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c...
Tim Graham
2012-09-15
Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...
Tim Graham
2012-09-15
Used ST_AsText for testing PostGIS raw query
Claude Paroz
2012-09-14
Correcting my English.
Bryan Veloso
2012-09-14
Adding myself to the committers list.
Bryan Veloso
2012-09-13
Merge pull request #364 from martey/ticket_18933
Tim Graham
2012-09-13
Removed unused quoting/encoding in gis db backend
Claude Paroz
2012-09-13
Fixed #18795 -- Fixed failing GeoDjango tests
Claude Paroz
2012-09-12
Fixed my terribly outdated profile in committers.txt in celebration of my com...
Jeremy Dunck
2012-09-12
[py3] Fixed GeoDjango mutable list tests
Claude Paroz
2012-09-12
Made minimal changes to make gis test suite start with Python 3
Claude Paroz
2012-09-12
Fixed test output check when password is blank
Claude Paroz
2012-09-12
Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct
Claude Paroz
2012-09-12
Fixed #18790 -- Encoded database password on Python 2
Claude Paroz
2012-09-10
Removed a colloquialism ("and then some") from the documentation index page t...
Julien Phalip
2012-09-10
Removed an obsolete documentation page about admin style customization.
Julien Phalip
2012-09-10
Document and test 'type' usage in Widget attrs
Claude Paroz
2012-09-10
Merge pull request #366 from collinanderson/patch-6
Alex Gaynor
2012-09-10
fixed rfc comment typo in middleware/csrf.py
Collin Anderson
2012-09-10
Fixed #18611 -- Display current date/time when running runserver
Mike Grouchy
2012-09-09
Fixed a couple of test failures on Windows.
Karen Tracey
2012-09-09
Fix an HTML-parser test that's failed in Python 2.6.8 since 5c79dd58.
Carl Meyer
2012-09-09
Fix Python 3 test failure introduced in a78dd109.
Carl Meyer
2012-09-09
Replaced backwards-incompatible changes reference
Karen Tracey
2012-09-09
Replace nested try/finally try/except with try/except/finally.
Florian Apolloner
2012-09-09
Fixes #18933. Fixes code example in docstring.
Martey Dodoo
2012-09-08
Adjust d7853c5 to not show ignorable warnings when running tests.
Malcolm Tredinnick
2012-09-08
Remove an outdated import inadvertently introduced in tests.
Carl Meyer
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-09-08
Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.
Tim Graham
2012-09-08
Fixed typo in commit for #15730; thanks Bruno Renié for the catch.
Tim Graham
2012-09-08
Remove a couple unused imports.
Carl Meyer
[next]