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
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
Fixed #17485 regression -- only + select_related interaction
Anssi Kääriäinen
2012-09-15
Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...
Julien Phalip
2012-09-15
Fixed #17948 -- Isolated auth tests from custom template loaders
Claude Paroz
2012-09-15
Used ST_AsText for testing PostGIS raw query
Claude Paroz
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
[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
Document and test 'type' usage in Widget attrs
Claude Paroz
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
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
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
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
Remove a couple unused imports.
Carl Meyer
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
2012-09-08
Removed warning check in test_load_overlong_key
Claude Paroz
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
2012-09-08
Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...
Preston Holmes
2012-09-08
Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)
Travis Swicegood
2012-09-08
Moved get_primary_key_column implementation to base
Claude Paroz
2012-09-07
Fixed #18781 -- Reduced max session cookie size.
Aymeric Augustin
2012-09-07
Fixed #18916 -- Allowed non-ASCII headers.
Aymeric Augustin
2012-09-07
Fixed #12397 -- allow safe_join to work with the root file system path, which...
Alex Gaynor
2012-09-07
Stubbed-out oracle schema file
Andrew Godwin
2012-09-07
Very initial Oracle support
Andrew Godwin
2012-09-07
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
[py3k] Fixed the index creation code that I committed a few minutes ago for p...
Alex Gaynor
2012-09-07
Removed many uses of bare "except:", which were either going to a) silence re...
Alex Gaynor
2012-09-07
Add M2M repointing
Andrew Godwin
2012-09-07
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...
Alex Gaynor
2012-09-07
Ensued that SQL indexes are alwasy created in the same name.
Alex Gaynor
2012-09-07
Repoint ForeignKeys when their to= changes.
Andrew Godwin
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
[next]