summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26176 -- Fixed E123 flake8 warnings.26176Tim Graham2016-02-0516-549/+537
* Refs #26144 -- Used proxy_for_model instead of mro inspection.Simon Charette2016-02-051-2/+1
* Fixed #25833 -- Added support for non-atomic migrations.Pankrat2016-02-0514-16/+181
* Fixed #26144 -- Warned when dumping proxy model without concrete parent.Yoong Kang Lim2016-02-044-2/+56
* Made multiline assertRaises* conform to flake8's E128 rule.Hasan2016-02-044-33/+25
* Fixed #26089 -- Removed custom user test models from public API.Simon Charette2016-02-0412-38/+47
* Stopped registering the sessions tests models to the sessions app.Simon Charette2016-02-042-5/+2
* Removed some leftover trailing commas.Simon Charette2016-02-041-4/+4
* Fixed #13875 -- Made admin's submit_row template tag pass whole context.Federico Capoano2016-02-042-8/+30
* Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera2016-02-046-1/+43
* Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.Manish Rastogi2016-02-041-1/+1
* Fix typos in 1.8 release notes.Carl Meyer2016-02-031-2/+2
* Changed gypsy to manouche in docs and tests.Blake Griffith2016-02-034-15/+16
* Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic2016-02-025-51/+40
* Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.rynomster2016-02-024-1/+45
* Made identation of default setting docs more consistenct.Tim Graham2016-02-021-18/+30
* Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS...Tim Graham2016-02-023-3/+25
* Refs #26089 -- Removed obsolete docs about custom user model testing.Tim Graham2016-02-022-65/+2
* Updated xhtml2pdf name/URL in docs.Ramon Moraes2016-02-021-3/+3
* Clarified "same as above" tutorial comment.KimberleyLawrence2016-02-011-1/+1
* Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent ed...bphillips2016-02-013-2/+71
* Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.Buddy Lindsey, Jr2016-02-013-4/+16
* Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone...Harry2016-02-011-0/+11
* Added CVE-2016-2048 to the security archive.Tim Graham2016-02-011-0/+12
* Added stub release notes for 1.9.3.Tim Graham2016-02-012-0/+13
* Added release dates for 1.9.2 and 1.8.9.Tim Graham2016-02-012-2/+2
* Fixed incorrect permissions check for admin's "Save as new".Myk Willis2016-02-013-6/+46
* Unified some doc links to OneToOneField and ManyToManyField.Tim Graham2016-02-016-20/+14
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-0193-1625/+1658
* Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.Hugo Osvaldo Barrera2016-02-014-8/+31
* Fixed #14402 -- Removed clearing of help_text for ManyToManyField's raw_id_fi...Alexander Gaevsky2016-01-303-2/+12
* Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim2016-01-301-1/+3
* Fixed #25758 -- Defaulted to current language FORMATs in date/time filtersClaude Paroz2016-01-303-9/+27
* Fixed #26134 -- Used new OpenGIS names for recent MySQLClaude Paroz2016-01-291-11/+28
* Added a missing session setting in docs.Tim Graham2016-01-291-0/+1
* Made formatting of docs for settings defaults more consistent.Tim Graham2016-01-291-19/+17
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-2923-221/+124
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-2921-566/+584
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-29118-760/+1086
* Cosmetic cleanups in tests/utils_tests/test_numberformat.pyTim Graham2016-01-291-23/+21
* Fixed #26120 -- Made HStoreField cast keys and values to strings.Greg Chapple2016-01-293-1/+36
* Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.Tim Graham2016-01-293-29/+22
* Fixed #26129 -- Made invalid forms display initial values of disabled fields.Tim Graham2016-01-283-0/+13
* Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann2016-01-293-4/+4
* Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham2016-01-284-3/+13
* Fixed #26147 -- Relaxed expected values in GIS tests to account for database/...Tim Graham2016-01-282-8/+12
* Refs #19536 -- Tweaked test assertion to avoid collision with CSRF token.Tim Graham2016-01-281-1/+1
* Fixed #25917 -- Clarified reversibility of RemoveField.Tim Graham2016-01-281-3/+5
* Refs #26015 -- Added regression test for an empty sitemap.Andrew Kuchev2016-01-282-1/+11
* Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec2016-01-286-19/+64