summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-08-13Apply 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 failureAnssi Kääriäinen
2013-08-05[1.6.x] Fixed #20850 -- Added MultiWidget.needs_multipart_formTim 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_hiddenAleksandra 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 #16630Tim Graham
2013-07-26[1.6.x] Fixed related model lookup regressionAnssi Kääriäinen
2013-07-25[1.6.x] Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-07-22[1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-21[1.6.x] Fixed an email validation regressionClaude Paroz
2013-07-21[1.6.x] Fixed #13696 -- ensured inline pk field is renderedKaren 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/requirementsTim Graham
2013-07-09Fixed #20724 -- Test failure on SQLite.Aymeric Augustin
2013-07-09Avoided 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_executedClaude Paroz
2013-06-29[1.6.x] Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-29[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Prevented running some admin_view tests twice.Tim Graham
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-25Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argumentBaptiste Mispelon
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla
2013-06-25Fixed #20653 -- Renamed checksetup management command.Russell Keith-Magee
2013-06-22Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ...Ramiro Morales
2013-06-22Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves
2013-06-22Fixed #18872 -- Added prefix to FormMixinGilberto Gonçalves
2013-06-22Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet initClaude Paroz
2013-06-21Fixed #20290 -- Allow override_settings to be nestedOliver Beattie
2013-06-20Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.Simon Charette