knbk
|
300de968d6
|
Fixed typo in test name.
|
2015-12-29 18:37:47 +01:00 |
Nick Sandford
|
ff19df9c2d
|
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is False.
|
2015-12-29 12:10:44 -05:00 |
za
|
d9e150b311
|
Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
|
2015-12-29 11:00:03 -05:00 |
Claude Paroz
|
35c41987ec
|
Moved LogEntry-related tests to their own test case
Thanks Tim Graham for reviewing and contributing to the patch.
Refs #21113.
|
2015-12-28 20:29:08 +01:00 |
Akshesh
|
0d855990f7
|
Fixed #25967 -- Indicated required fields in admin.TabularInline headers.
|
2015-12-28 12:50:46 -05:00 |
Tim Graham
|
24a190d53c
|
Fixed previous commit (e3d782fe80 ) on Python 3.
|
2015-12-28 12:26:39 -05:00 |
Tim Graham
|
e3d782fe80
|
Added the response to an admin_views test assertion to aid debugging.
|
2015-12-28 11:25:46 -05:00 |
Ville Skyttä
|
e6ca15c13f
|
Passed logging message parameters as arguments instead of interpolating them.
|
2015-12-26 18:35:42 -05:00 |
Bryan Marty
|
62ca2dea04
|
Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().
|
2015-12-26 17:57:19 -05:00 |
Alexander Sosnovskiy
|
2a7ce34600
|
Fixed #14286 -- Added models.BigAutoField.
|
2015-12-25 20:01:31 -05:00 |
Gen1us2k
|
a1d0c60fa0
|
Added docs example for manually creating a column with RunSQL.
|
2015-12-25 18:28:45 -05:00 |
Varun Sharma
|
692d055890
|
Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().
|
2015-12-24 16:44:58 -05:00 |
Tim Graham
|
a53175392f
|
Refs #13008 -- Forwardported 1.8.8 release note.
Forwardport of b51086d573 from stable/1.8.x
|
2015-12-24 11:37:21 -05:00 |
Varun Sharma
|
483e0091e3
|
Fixed #25959 -- Updated logging example to use the django logger.
|
2015-12-24 10:07:21 -05:00 |
Chris Lamb
|
77b8d8cb6d
|
Discouraged use of /tmp with predictable names.
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.
|
2015-12-24 09:54:33 -05:00 |
Luis San Pablo
|
a856555df2
|
Fixed #25981 -- Added need to update migrations to on_delete deprecation warning.
|
2015-12-24 08:08:22 -05:00 |
Tomo Otsuka
|
8b6974a685
|
Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
|
2015-12-24 07:33:55 -05:00 |
Tim Graham
|
91cd4d8e8c
|
Removed an extra header in docs/ref/templates/api.txt.
|
2015-12-23 19:05:09 -05:00 |
Alasdair Nicol
|
28d05a4c19
|
Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
|
2015-12-23 18:35:29 -05:00 |
Alasdair Nicol
|
32c7d93e5f
|
Fixed #25854 -- Removed deprecated usage of template.render() with RequestContext in docs.
|
2015-12-23 18:30:35 -05:00 |
Tim Graham
|
5081adcb90
|
Fixed #25729 -- Fixed flaky admin_widgets selenium test: test_ForeignKey_using_to_field
|
2015-12-23 13:56:00 -05:00 |
Tim Graham
|
c70c5f04a4
|
Fixed #25979 -- Dropped support for PostgreSQL 9.1.
|
2015-12-23 13:48:48 -05:00 |
Tim Graham
|
4d83b0163e
|
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
|
2015-12-23 09:14:32 -05:00 |
Tim Graham
|
edf3b88f1a
|
Refs #25969 -- Replaced usage of render_to_response() with render() in tests.
|
2015-12-23 09:06:13 -05:00 |
Sergey Fedoseev
|
312fc1af7b
|
Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.
|
2015-12-23 08:02:37 -05:00 |
Sergey Fedoseev
|
febe1321da
|
Documented that GDAL is required to initialize GEOSGeometry from JSON.
|
2015-12-23 07:57:13 -05:00 |
Tim Graham
|
77f50c9cfc
|
Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.
|
2015-12-23 07:29:06 -05:00 |
Sergey Fedoseev
|
0224f1cb04
|
Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.
|
2015-12-23 15:31:28 +05:00 |
Sergey Fedoseev
|
5d348bba31
|
Fixed #25950 -- Added support for GEOSisClosed.
|
2015-12-22 16:54:02 -05:00 |
Marten Kenbeek
|
64ba7d8252
|
Moved URLObject in tests to separate utils module.
|
2015-12-22 22:32:42 +01:00 |
Mads Jensen
|
394e59099c
|
Fixed #25936 -- Added showmigrations to migrations topic guide.
|
2015-12-22 13:16:14 -05:00 |
Tim Graham
|
d52b0c5b38
|
Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
|
2015-12-22 09:58:33 -05:00 |
Jon Dufresne
|
f1628f6be1
|
Fixed #25838 -- Added "python" as an interface to the shell command.
Deprecates the "--plain" option.
|
2015-12-22 08:22:12 -05:00 |
Tim Graham
|
b10f66831b
|
Fixed #25958 -- Removed support for 'skip_validation' in BaseCommand.execute(**options).
|
2015-12-21 14:26:42 -05:00 |
Karen Tracey
|
5399ccc0f4
|
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
This includes the ability to collapse inlines by specifying a class named
'collapse'.
|
2015-12-21 13:50:06 -05:00 |
Emre Yilmaz
|
63a6a653d4
|
Fixed #25855 -- Enhanced the migration warning for runserver.
Added unapplied migration count and the list of unmigrated apps.
|
2015-12-21 12:54:29 -05:00 |
Tim Graham
|
541000773a
|
Replaced some usage of django.jQuery with $.
|
2015-12-21 09:29:58 -05:00 |
Tim Graham
|
f18b08748a
|
Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
|
2015-12-21 09:29:57 -05:00 |
Alex Gaynor
|
d7580e286a
|
Removed a misleading comment about HTTPS.
For all practical purposes, there are no common cases for which a
website cannot be deployed with HTTPS.
|
2015-12-21 06:47:11 -05:00 |
Tim Graham
|
fa9ce4e9a6
|
Fixed #25922 -- Fixed migrate --fake-initial detection of many-to-many tables.
|
2015-12-19 13:37:24 -05:00 |
Tim Graham
|
b26d147259
|
Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.
|
2015-12-19 07:24:59 -05:00 |
Tim Graham
|
7a59910c37
|
Refs #25510 -- Forwardport of 1.9.1 release note.
|
2015-12-18 19:14:30 -05:00 |
Claude Paroz
|
549eb35d5f
|
Added Sergey Fedoseev to AUTHORS
|
2015-12-18 19:48:05 +01:00 |
Sergey Fedoseev
|
c984e2bc15
|
Fixed #25869 -- Added trim and precision properties to WKTWriter.
|
2015-12-18 19:44:43 +01:00 |
Claude Paroz
|
cd3c042b04
|
Fixed #25915 -- Allowed language not in Django's default LANGUAGES
This fixes a regression introduced by a5f6cbce07 .
Thanks Gavin Wahl for the report and Tim Graham for the review.
|
2015-12-18 17:50:16 +01:00 |
Niels Van Och
|
99a1265a39
|
Fixed #25063 -- Added path to makemigration's output of migration file.
|
2015-12-18 11:20:00 -05:00 |
Sergey Fedoseev
|
e090070761
|
Fixed a typo in docs/ref/contrib/gis/geos.txt.
|
2015-12-18 15:36:55 +05:00 |
Simon Charette
|
3738e4ac46
|
Fixed #25841 -- Handled base array fields validation errors with params.
Thanks to Trac alias benzid-wael for the report.
|
2015-12-17 20:25:04 -05:00 |
Ian Foote
|
86eccdc8b6
|
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
|
2015-12-17 19:08:30 -05:00 |
Sergey Fedoseev
|
ed1bcf0515
|
Refs #25894 -- Fixed evaluation of zero-length slices of QuerySet.values() on Oracle.
|
2015-12-17 17:07:10 -05:00 |