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
/
tests
Age
Commit message (
Expand
)
Author
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-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-15
Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...
Julien Phalip
2012-09-15
Modernized views.DebugViewTests
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-09
Fixed a couple of test failures on Windows.
Karen Tracey
2012-09-08
Remove an outdated import inadvertently introduced in tests.
Carl Meyer
2012-09-08
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
Carl Meyer
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-09-08
refs #12836 - Added a test to assure permalink wraps method attributes
Caleb Smith
2012-09-08
Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)
Travis Swicegood
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
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
Removed another usage of the bear "except:" (rawr!).
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
Fixed tests that I broke a few commits ago.
Alex Gaynor
2012-09-07
Cleaned up several test cases, to better isolate state.
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
2012-09-07
Cleaned up some small bits of the ORM, including removing an import *.
Alex Gaynor
2012-09-05
Fixed #18687: Removed test_performance_scalability
Aymeric Augustin
2012-09-05
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-04
Implement primary key changing
Andrew Godwin
2012-09-04
Fixed #18824 -- Allow deleting a setting from overriden settings
Claude Paroz
2012-09-04
Fixed #18902 -- Made force_bytes properly handle exception input
Claude Paroz
2012-09-01
Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve...
Claude Paroz
2012-09-01
Fixed #18212 -- Standardized arguments of GenericIPAddressField
Claude Paroz
2012-08-30
db_index alteration mostly working
Andrew Godwin
2012-08-30
Fixed #5725 -- Fixed varchar column size introspection for MySQL
Claude Paroz
2012-08-29
Made FileSystemStorage accept both text and byte streams
Claude Paroz
2012-08-29
Removed unnecessary bytes prefix for ContentFile
Claude Paroz
2012-08-29
Fixed #11739 -- Made ContentFile support Unicode input
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-29
[py3] Fixed test failures introduced in 3afb5916b215c79e36408b729c9516bc435f5...
Florian Apolloner
2012-08-28
Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...
Florian Apolloner
2012-08-26
Made model instance history admin view link not hard-coded. Refs #15294.
Ramiro Morales
2012-08-25
Fixed #18852 -- Restored backwards compatibility
Aymeric Augustin
2012-08-25
Fixed #16715 -- Fixed join promotion logic for nested nullable FKs
Anssi Kääriäinen
2012-08-23
Fixed #18843 -- Replaced more special chars in column names (inspectdb)
Claude Paroz
2012-08-23
Fixed #12460 -- Improved inspectdb handling of special field names
Claude Paroz
[next]