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
2013-08-13
Apply autoescaping to AdminURLFieldWidget.
Jacob Kaplan-Moss
2013-08-06
[1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choic...
Collin Anderson
2013-08-06
[1.6.x] Fixed #19918 -- Modified select_for_update to run on the write database.
Alex Cucu
2013-08-06
[1.6.x] Fixed ordering related test failure
Anssi Kääriäinen
2013-08-05
[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_form
Tim Heap
2013-08-04
[1.6.x] Fixed #20822 -- Set content type of default error pages to 'text/html'.
Aymeric Augustin
2013-08-02
[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.
Petr Dlouhý
2013-08-02
[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...
Loic Bistuer
2013-08-02
[1.6.x] Fixed #18777 -- Localized form fields with as_text/as_hidden
Aleksandra Sendecka
2013-08-02
[1.6.x] Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-07-30
[1.6.x] Fixed #10491 -- Allowed passing lazy objects to HttpResponseRedirect.
Baptiste Mispelon
2013-07-28
[1.6.x] Simplified smart_urlquote and added some basic tests.
Florian Apolloner
2013-07-26
[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
Tim Graham
2013-07-26
[1.6.x] Updated contrib.admin to use Email/URLInputs; refs #16630
Tim Graham
2013-07-26
[1.6.x] Fixed related model lookup regression
Anssi Kääriäinen
2013-07-25
[1.6.x] Fixed ._meta.pk_index() virtual field failure
Anssi Kääriäinen
2013-07-22
[1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueField
Claude Paroz
2013-07-21
[1.6.x] Fixed an email validation regression
Claude Paroz
2013-07-21
[1.6.x] Fixed #13696 -- ensured inline pk field is rendered
Karen Tracey
2013-07-19
[1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation.
Simon Charette
2013-07-18
[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.
Loic Bistuer
2013-07-13
[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...
Tim Graham
2013-07-13
[1.6.x] Fixed a deprecation warning in a selenium test.
Tim Graham
2013-07-12
[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...
Tim Graham
2013-07-10
[1.6.x] Fixed #19196 -- Added test/requirements
Tim Graham
2013-07-09
Fixed #20724 -- Test failure on SQLite.
Aymeric Augustin
2013-07-09
Avoided transaction.set_autocommit in tests.
Aymeric Augustin
2013-07-04
[1.6.x] Fixed #19940 -- Made test.runner.setup_databases properly handle alia...
Tim Graham
2013-07-01
[1.6.x] Fixed a couple form/formset deprecation warnings in tests.
Tim Graham
2013-07-01
[1.6.x] Updated tests for deprecation of Option.get_(add|change|delete)_permi...
Tim Graham
2013-06-30
[1.6.x] Stopped calling loaddata with commit=False.
Aymeric Augustin
2013-06-29
[1.6.x] Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-29
[1.6.x] Do not allow FileSystemStorage.delete to receive an empty name
Claude Paroz
2013-06-29
[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Prevented running some admin_view tests twice.
Tim Graham
2013-06-27
Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.
Tim Graham
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-25
Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument
Baptiste Mispelon
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-25
Fixed #20653 -- Renamed checksetup management command.
Russell Keith-Magee
2013-06-22
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...
Ramiro Morales
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-22
Fixed #18872 -- Added prefix to FormMixin
Gilberto Gonçalves
2013-06-22
Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
Claude Paroz
2013-06-21
Fixed #20290 -- Allow override_settings to be nested
Oliver Beattie
2013-06-20
Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.
Simon Charette
[next]