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
/
tests
Age
Commit message (
Expand
)
Author
2012-07-05
Fixed #18362 - Made model.save() update_fields accept attnames
Andrei Antoukh
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-03
Added 'format_html' utility for formatting HTML fragments safely
Luke Plant
2012-07-03
Fixed widget parent class in generic_relations test
Claude Paroz
2012-07-03
Stylistic cleanup of Postgres autocommit tests
Anssi Kääriäinen
2012-07-01
Fixed #18550 -- Ensured that the admin history view works with escaped primar...
Julien Phalip
2012-07-01
Fixed a regression introduced in where.as_sql() refactor
Anssi Kääriäinen
2012-07-01
Fixed #16047 -- Restore autocommit state correctly on psycopg2
Anssi Kääriäinen
2012-07-01
Fixed some locations to work with autocommit=True
Anssi Kääriäinen
2012-07-01
Refactored the empty/full result logic in WhereNode.as_sql()
Anssi Kääriäinen
2012-06-30
Removed usage of mimetype kwarg of HttpResponse
Claude Paroz
2012-06-30
Fixed #18102 -- Defined min/max_length on French localflavor form fields
Claude Paroz
2012-06-28
Fixed #15197 -- Fixed yaml serialization into HttpResponse
Claude Paroz
2012-06-26
Fixed #18465 -- Set date formats correctly on Oracle
Josh Smeaton
2012-06-26
Fixed #18515 -- Conditionally regenerated filename in FileField validation
Claude Paroz
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-06-24
Fixed #16317 -- Fixed dumpdata for self-referencing models and natural keys
Claude Paroz
2012-06-23
Switch to using context managers for acquiring and releasing locks.
Alex Gaynor
2012-06-23
Fixed #18454 -- Added ability to pass a list of signals to `receiver`.
Dmitry Medvinsky
2012-06-22
Fixed #17776 - DoesNotExist is not picklable
Luke Plant
2012-06-19
Removed unneeded u prefixes
Claude Paroz
2012-06-19
Fixed #14502 again -- saner verbatim closing token
Chris Beaven
2012-06-14
Fixed #12140 -- Fixed http.urlencode result for empty lists
Claude Paroz
2012-06-13
Removed escaping test of query content
Claude Paroz
2012-06-13
Fixed connection.queries encoding handling on Oracle
Anssi Kääriäinen
2012-06-13
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Claude Paroz
2012-06-12
Added missing encoding prefix in localflavor test
Claude Paroz
2012-06-12
Cleaned up locale-related encoding issues
Claude Paroz
2012-06-11
Fixed #18463 -- Forced type() argument to be a byte string
Claude Paroz
2012-06-09
Fixed #17159 -- Validated returned number of next|previous_page_number
Claude Paroz
2012-06-09
Removed test of connection features before setting up databases
Claude Paroz
2012-06-09
Reverted 905e33f, now that DatabaseFeatures does not need confirm
Claude Paroz
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-06-09
Fixed #16418 -- Made generic views work with ModelForms
Anssi Kääriäinen
2012-06-08
Merge pull request #123 from apollo13/ticket18381
Aymeric Augustin
2012-06-07
Fixed #18433 -- Fixed "View on Site" link in inline admin for models with cus...
Daniel Hepper
2012-06-07
Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...
Jann Kleen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
Don't escape object ids when passing to the contenttypes.shortcut view.
Florian Apolloner
2012-06-07
Added more precise assertions on two fixture tests.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-06-07
Fixed #14502 -- Added a verbatim template tag.
Aymeric Augustin
2012-06-06
Prevented TestNoInitialDataLoading to pollute other tests (Refs #15926)
Claude Paroz
2012-06-06
Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...
Luke Plant
2012-06-06
Made TestNoInitialDataLoading pass with MySQL (Refs #15926)
Claude Paroz
2012-06-05
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
Honza Kral
2012-06-03
Fixed #17138 -- Made the sensitive_variables decorator work with object methods.
Julien Phalip
2012-06-03
Changed FilePathField tests to use it's own directory with test files.
Honza Kral
2012-06-03
Unittest2 style assertTrue instead of assert_
Honza Kral
2012-06-03
Fixed incorrect assert in test_filepathfield_folders
Honza Kral
[next]