Tim Graham
|
dbb0df2a0e
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument.
|
9 gadi atpakaļ |
knbk
|
300de968d6
Fixed typo in test name.
|
9 gadi atpakaļ |
Nick Sandford
|
ff19df9c2d
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is False.
|
9 gadi atpakaļ |
za
|
d9e150b311
Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
|
9 gadi atpakaļ |
Claude Paroz
|
35c41987ec
Moved LogEntry-related tests to their own test case
|
9 gadi atpakaļ |
Akshesh
|
0d855990f7
Fixed #25967 -- Indicated required fields in admin.TabularInline headers.
|
9 gadi atpakaļ |
Tim Graham
|
24a190d53c
Fixed previous commit (e3d782fe804a94b2fe7c8a18b95d9fb41fb9119c) on Python 3.
|
9 gadi atpakaļ |
Tim Graham
|
e3d782fe80
Added the response to an admin_views test assertion to aid debugging.
|
9 gadi atpakaļ |
Ville Skyttä
|
e6ca15c13f
Passed logging message parameters as arguments instead of interpolating them.
|
9 gadi atpakaļ |
Bryan Marty
|
62ca2dea04
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
|
9 gadi atpakaļ |
Alexander Sosnovskiy
|
2a7ce34600
Fixed #14286 -- Added models.BigAutoField.
|
9 gadi atpakaļ |
Gen1us2k
|
a1d0c60fa0
Added docs example for manually creating a column with RunSQL.
|
9 gadi atpakaļ |
Varun Sharma
|
692d055890
Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
|
9 gadi atpakaļ |
Tim Graham
|
a53175392f
Refs #13008 -- Forwardported 1.8.8 release note.
|
9 gadi atpakaļ |
Varun Sharma
|
483e0091e3
Fixed #25959 -- Updated logging example to use the django logger.
|
9 gadi atpakaļ |
Chris Lamb
|
77b8d8cb6d
Discouraged use of /tmp with predictable names.
|
9 gadi atpakaļ |
Luis San Pablo
|
a856555df2
Fixed #25981 -- Added need to update migrations to on_delete deprecation warning.
|
9 gadi atpakaļ |
Tomo Otsuka
|
8b6974a685
Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
|
9 gadi atpakaļ |
Tim Graham
|
91cd4d8e8c
Removed an extra header in docs/ref/templates/api.txt.
|
9 gadi atpakaļ |
Alasdair Nicol
|
28d05a4c19
Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
|
9 gadi atpakaļ |
Alasdair Nicol
|
32c7d93e5f
Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
|
9 gadi atpakaļ |
Tim Graham
|
5081adcb90
Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_using_to_field
|
9 gadi atpakaļ |
Tim Graham
|
c70c5f04a4
Fixed #25979 -- Dropped support for PostgreSQL 9.1.
|
9 gadi atpakaļ |
Tim Graham
|
4d83b0163e
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
9 gadi atpakaļ |
Tim Graham
|
edf3b88f1a
Refs #25969 -- Replaced usage of render_to_response() with render() in tests.
|
9 gadi atpakaļ |
Sergey Fedoseev
|
312fc1af7b
Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.
|
9 gadi atpakaļ |
Sergey Fedoseev
|
febe1321da
Documented that GDAL is required to initialize GEOSGeometry from JSON.
|
9 gadi atpakaļ |
Tim Graham
|
77f50c9cfc
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
|
9 gadi atpakaļ |
Sergey Fedoseev
|
0224f1cb04
Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.
|
9 gadi atpakaļ |
Sergey Fedoseev
|
5d348bba31
Fixed #25950 -- Added support for GEOSisClosed.
|
9 gadi atpakaļ |