Tim Graham
efb9860432
[1.8.x] Used a simpler word that doesn't fail the spelling checker.
...
Backport of 17b1f7886c
from master
2015-05-04 10:55:57 -04:00
Aymeric Augustin
4c880428d9
[1.8.x] Added release notes for previous commit.
...
Backport of 81f7651
from master
2015-05-04 07:42:50 +02:00
José Padilla
0c79932881
[1.8.x] Fixed typo in translation import statement
...
Backport of b0bd1f0e19
from master
2015-05-02 20:21:36 +02:00
Tim Graham
f0f8116a5f
[1.8.x] Added stub release notes for 1.8.2.
...
Backport of 3cb386b8c2
from master
2015-05-01 16:52:46 -04:00
Tim Graham
cc9eeceee2
[1.8.x] Added dates to release notes.
...
Backport of 06aaed41a4
from master
2015-05-01 16:25:06 -04:00
Tim Graham
d7ea279f76
[1.8.x] Fixed #24724 -- Fixed GIS initialization crash on Windows.
...
Backport of 3c4fca271b
from master
2015-05-01 16:18:53 -04:00
Tim Graham
77ed1548f2
[1.8.x] Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` filter_* widgets.
...
Backport of 2c3ce26beb
from master
2015-05-01 15:32:45 -04:00
Dave Hodder
53031cce42
[1.8.x] Updated capitalization in the word "JavaScript" for consistency
...
Backport of 08c980d752
from master
2015-05-01 13:27:40 -04:00
daphshez
c45fd57f68
[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
...
Backport of 57202a112a
from master
2015-05-01 10:30:19 -04:00
Aric Coady
6b05d3a2e3
[1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb.
2015-04-30 09:50:46 -04:00
Markus Holtermann
bf4dc5733f
[1.8.x] Fixed #24725 -- Allowed renaming of target models in ManyToMany relations
...
This is a regression caused by introducing rendered migration states in
1aa3e09c20
and the _meta refactoring in fb48eb0581
.
Thanks to Danilo Bargen for reporting the issue and Marten Kenbeek and
Tim Graham for triaging the bug and providing the initial test case.
Backport of 63f9b633f9
from master
2015-04-30 13:46:24 +02:00
Dmitry Medvinsky
49dea4164a
[1.8.x] Added translation.override() context manager to docs.
...
Backport of cf34ee68f0
from master
2015-04-29 21:23:22 -04:00
Tim Graham
afae8ff916
[1.8.x] Fixed #24665 -- Clarified model field flag defaults.
...
Backport of 2b086229a2
from master
2015-04-29 20:41:07 -04:00
Baptiste Mispelon
d5fb31da17
[1.8.x] Used full variable names instead of abbreviation in examples
...
Thanks to Andrew Ingram for the report.
Backport of 683ece0ec8
from master.
2015-04-29 17:24:03 +02:00
Mounir
ec23572f12
[1.8.x] Fixed typo in docs/topics/i18n/translation.txt
...
Backport of 25b52d04f6
from master
2015-04-28 12:53:38 -04:00
Aric Coady
b67bd1b483
[1.8.x] Fixed #24719 -- Restored the ability to use interators as queryset related object filters.
...
Backport of 9c2d8cde77
from master
2015-04-28 11:00:58 -04:00
Tim Graham
8fa763a983
[1.8.x] Fixed #24704 -- Clarified system check interaction with runserver.
...
Backport of 0f2e82b9ec
from master
2015-04-25 15:06:45 -04:00
Markus Holtermann
419f296259
[1.8.x] Fixed #24701 -- Converted model manager names to unicode in migrations
...
Thanks to Reto Aebersold for reporting the issue and Tim Graham and
Claude Paroz for the review.
Backport of faad6070ee
from master
2015-04-25 18:18:40 +02:00
Adam Zapletal
fc342bff94
[1.8.x] Fixed a typo and formatting consistency in testing tools docs
...
I changed "appears" to "appear" and emphasized the word "not" to match
the rest of the document.
Backport of 0cf7477ed8
from master
2015-04-25 12:24:54 +02:00
Nik Nyby
9e647ce86f
[1.8.x] Added missing comma in LocMemCache example.
...
Backport of 9d6914da66
from master
2015-04-24 20:29:25 -04:00
Marcus Pennington
2a334d7985
[1.8.x] Fixed #24700 -- Added dash to slug regex in http docs
...
Backport of 269a5dbdd3
from master
2015-04-24 13:10:51 -04:00
Nicolas Noé
61e902c4c4
[1.8.x] Fixed #24656 -- Added missing imports to query expressions doc.
...
Backport of 37682368a6
from master
2015-04-24 10:55:35 -04:00
Daniel Harding
911e09833b
[1.8.x] Updated startproject MIDDLEWARE_CLASSES in docs.
...
Backport of ad31bc0565
from master
2015-04-24 09:34:19 -04:00
Alasdair Nicol
415a65fc0c
[1.8.x] Fixed #24695 -- Tidied up a couple of regexes in the CBV docs
...
Thanks datakid for the report
Backport of b9e972b961
from master
2015-04-24 09:23:59 -04:00
Tim Graham
fa49b99e31
[1.8.x] Documented INSTALLED_APPS requirement for HStoreField.
...
Backport of 618bc4e653
from master
2015-04-24 08:27:09 -04:00
Richard Eames
fe533fc537
[1.8.x] Fixed #24613 -- Added example to QuerySet.defer() documentation
...
Backport of dd99f57710
from master
2015-04-22 19:19:17 -04:00
Tim Graham
322b9c90aa
[1.8.x] Fixed #24684 -- Typo in docs/topics/forms/modelforms.txt
...
Backport of 1418f75304
from master
2015-04-22 09:31:43 -04:00
Tim Graham
0778f4dd82
[1.8.x] Clarified "AbstractUser.last_login allows null values" in 1.8 release notes.
...
Backport of 27b92228a969941d8fc0d04a894f436c0e9120c7 from master
2015-04-22 08:48:12 -04:00
Claude Paroz
99bf9085a3
[1.8.x] Fixed #24672 -- Clarified note about installing postgis_topology
...
Thanks Serhiy Zahoriya for the suggestion and Tim Graham for the
review.
Backport of 6e8cb75e3e
from master.
2015-04-21 17:57:36 +02:00
Steve Hiemstra
2329ca969f
[1.8.x] Fixed #24682 -- Corrected a few generic editing view links
...
Backport of 258d81acbe
from master
2015-04-21 10:27:10 -04:00
Markus Holtermann
0cacb8f8ba
[1.8.x] Fixed #24573 -- Considered new related models for reloading
...
Thanks tttomekkk for the report.
Backport of b93690c465
from master
2015-04-21 12:06:11 +02:00
Marten Kenbeek
516907540b
[1.8.x] Refs #24591 -- Optimized cloning of ModelState objects.
...
Changed ModelState.clone() to create a deepcopy of self.fields.
2015-04-20 19:23:15 -04:00
Tim Graham
43f800a978
[1.8.x] Fixed #24659 -- Clarified docs of smtp.EmailBackend parameters.
...
Backport of ffe83d16bd
from master
2015-04-20 15:47:07 -04:00
Simon Charette
beb957041c
[1.8.x] Fixed #24674 -- Documented the correct NullBooleanField formfield.
...
Thanks to knbk for the report.
Backport of 37e23c6060
from master
2015-04-20 15:19:57 -04:00
Anton
76f20c5307
[1.8.x] Fixed typo in docs/topics/class-based-views/intro.txt
...
Backport of f5fbddf22f
from master
2015-04-20 14:11:51 -04:00
Tim Graham
e02616b1b0
[1.8.x] Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284 .
...
Thanks Carsten Fuchs.
Backport of e15c55e2bf
from master
2015-04-20 10:49:56 -04:00
Neal Todd
b39c970cfe
[1.8.x] Amended get_all_related_objects() backwards compatible replacement.
...
Backport of d84f01ff08
from master
2015-04-20 09:50:31 -04:00
Marco Santamaria
1e0bf2cab9
[1.8.x] Fixed #11078 -- Removed inaccurate docs about proxy models Meta.
...
Backport of bae72bdd2a
from master
2015-04-20 09:17:28 -04:00
Tim Graham
ae47854a25
[1.8.x] Removed DateTimeQuerySet from docs.
...
Obsolete since refs #23867 .
Backport of e9fdecf984
from master
2015-04-18 10:14:38 -04:00
Tim Graham
bd0883d5cc
[1.8.x] Fixed typo in docs/releases/1.8.1.txt
2015-04-17 11:25:55 -04:00
Eric Whitmire
901de5fbce
[1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related field widget
2015-04-17 11:22:22 -04:00
Tim Graham
f21dd827b7
[1.8.x] Fixed #24657 -- Fixed include template tag example.
...
Thanks pattypatpat for the report.
Backport of f47c796b52
from master
2015-04-17 07:54:56 -04:00
Claude Paroz
bbfcd9618b
[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alteration
...
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
Backport of 02260ea3f6
from master.
2015-04-17 11:01:36 +02:00
Tim Graham
9e5e4914ef
[1.8.x] Fixed #24646 -- Fixed jinja2 example on Python 2.
...
Backport of d974c89ebb
from master
2015-04-16 19:33:07 -04:00
Anssi Kääriäinen
581afddc77
[1.8.x] Fixed #24605 -- Fixed incorrect reference to alias in subquery.
...
Thanks to charettes and priidukull for investigating the issue, and to
kurevin for the report.
Backport of 355c5edd93
from master
2015-04-16 09:31:29 -04:00
Daniel Lindsley
1e594b257e
[1.8.x] Fixed #23984 -- Added Javascript i18n documentation
...
This fleshes out the documentation around all of the exported
Javascript functions available from the ``javascript_catalog``
view.
Backport of 8ca9bc5ec3
from master
2015-04-16 08:19:30 -04:00
Abdulrahman Alotaibi
5678e4b93a
[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.
...
Backport of 62261ddd0f
from master
2015-04-16 07:39:33 -04:00
Tim Graham
6e5e1a380c
[1.8.x] Fixed #24645 -- Documented use of HStoreExtension.
...
Backport of d3bf5e7b00
from master
2015-04-16 07:25:38 -04:00
Anssi Kääriäinen
70ff455a35
[1.8.x] Fixed #24615 -- ordering by expression not part of SELECT
...
Fixed queries where an expression was used in order_by() but the
expression wasn't in the query's select clause (for example the
expression could be masked by .values() call)
Thanks to Trac alias MattBlack85 for the report.
Backport of fb5c7748da
from master.
2015-04-16 09:42:42 +02:00
Simon Charette
a988cc8f18
[1.8.x] Fixed typos in the 1.7.7 release notes.
...
Backport of 28e8978325
from master
2015-04-14 22:14:52 -04:00
Tim Graham
62012b071e
[1.8.x] Removed docs for removed transaction APIs.
...
Backport of 6b8c969878
from master
2015-04-14 13:53:18 -04:00
Markus Holtermann
c8b89964de
[1.8.x] Fixed title in 1.7.8 release notes
...
Refs 309142dba1
Backport of 825bb0ab08
from master
2015-04-14 19:28:03 +02:00
Andrew Pinkham
b1d83209d0
[1.8.x] Fixed #24635 -- Updated deprecated urls.py examples in default project template.
...
Backport of 0b5abb0321
from master
2015-04-14 12:58:31 -04:00
peterfarrell
309142dba1
[1.8.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
...
Backport of f8e8853b51
from master
2015-04-14 11:30:21 -04:00
Tim Graham
42f9bbd9d9
[1.8.x] Fixed typos in docs/ref/templates/api.txt
...
Backport of c612786cf1
from master
2015-04-14 07:58:36 -04:00
Maxime Lorant
e560bc2a3e
[1.8.x] Fixed formatting in docs/ref/templates/builtins.txt
...
Backport of 6023312dde
from master
2015-04-14 07:05:57 -04:00
Jay Wineinger
496800b3bf
[1.8.x] Fixed #24611 -- Fixed update() crash with related UUID pk object.
...
Backport of 923da0274a
from master
2015-04-13 12:20:41 -04:00
Afriza N. Arief
3928270495
[1.8.x] Fixed typo in docs/howto/deployment/wsgi/apache-auth.txt
...
Backport of b295fcd19c
from master
2015-04-13 07:51:08 -04:00
Markus Holtermann
3862826fed
[1.8.x] Fixed #24625 -- Prevented arbitrary file inclusion in admindocs
...
Thanks Tim Graham for the review.
Backport of 09595b4fc6
from master
2015-04-11 21:12:09 +02:00
Claude Paroz
774d09a7dd
[1.8.x] Fixed #24624 -- Replaced obsoleted rel.opts in admindocs view
...
Thanks Scott Sanders for the report, and Markus Holtermann and
Tim Graham for the reviews. Refs #24381 .
Backport of 4e7ed8d0d
from master.
2015-04-11 15:34:02 +02:00
andredelorme
190afb8618
[1.8.x] Fixed typo in docs/ref/contrib/admin/index.txt
...
Backport of d5d92260bb
from master
2015-04-09 13:44:31 -04:00
Tim Graham
b1dc128a03
[1.8.x] Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.
...
Thanks Anssi Kääriäinen for review.
Backport of 10b4c010ab2cdaa6ba8bfaec3e3540299ea77be from master
2015-04-09 08:24:07 -04:00
Tim Graham
d11e87bff5
[1.8.x] Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model fields docs.
...
Thanks schinckel for the report.
Backport of 6d7784a7b9
from master
2015-04-08 08:36:41 -04:00
Tim Graham
9e87017a38
[1.8.x] Fixed #24600 -- Fixed inaccurate example in template Context docs.
...
Thanks pattypatpat for the report.
Backport of 3acefcefeb
from master
2015-04-08 07:30:28 -04:00
lampslave
e2294b453c
[1.8.x] Fixed typo in docs/ref/models/expressions.txt
...
Backport of 800240cb1d
from master
2015-04-07 13:59:20 -04:00
Tim Graham
993074d78d
[1.8.x] Fixed #24429 -- Doc'ed that Django 1.8 doesn't require an integer PK for custom user models.
...
Backport of 981e3b9394
from master
2015-04-07 10:47:48 -04:00
Patrik Lundin
b3d36c3514
[1.8.x] Specified file names for example code in docs/topics/forms/index.txt
...
Backport of f9c212d09a
from master
2015-04-07 09:35:39 -04:00
Patryk Zawadzki
9f632dc702
[1.8.x] Fixed #24513 -- Made sure a model is only rendered once during reloads
...
This also prevents state modifications from corrupting previous states.
Previously, when a model defining a relation was unregistered first,
clearing the cache would cause its related models' _meta to be cleared
and would result in the old models losing track of their relations.
Backport of 0385dad073
from master
2015-04-07 14:56:33 +02:00
Marios Zindilis
f5681f1cbf
[1.8.x] Fixed typo in docs/intro/tutorial02.txt
...
Backport of 7a7c797234
from master
2015-04-07 07:41:46 -04:00
Thomas Güttler
ffa5a7550d
[1.8.x] Added admonition about reusable apps and AUTH_USER_PROFILE.
...
Backport of 566c936236
from master
2015-04-06 19:50:23 -04:00
Jon Dufresne
551d4bb46a
[1.8.x] Fixed #24584 -- Fixed microsecond handling with older MySQLdb
...
Backport of 2cf58e80d
from master.
2015-04-06 22:45:36 +02:00
Marten Kenbeek
773387ce42
[1.8.x] Fixed #24278 -- Fixed serialization of migration operations.
...
Fixed MigrationWriter.serialize() to correctly handle migration
operations by utilizing OperationWriter.
Thanks Piotr Maliński for the report.
Backport of e8e4f978dd
from master
2015-04-05 20:29:27 +02:00
Tim Graham
9b815399d2
[1.8.x] Added link to download page to find supported versions.
...
Backport of 8c4827ec1d
from master
2015-04-04 08:00:30 -04:00
Claude Paroz
3a76276212
[1.8.x] Fixed #24569 -- Made some translation functions accept None value
...
get_language() can return None when translations are deactivated.
Thanks Nicola Peduzzi for the reporti and Tim Graham for the review.
Backport of 7a0d9b5cda
from master.
2015-04-04 10:58:54 +02:00
Claude Paroz
7821f856a6
[1.8.x] Fixed #24571 -- Restored testserver positional arguments parsing
...
Thanks Domas Lapinskas for the report and Tim Graham for the
review.
Backport of 426b63ba04
from master.
2015-04-04 10:48:40 +02:00
Sam Thursfield
5cc0407e45
[1.8.x] Fixed #24556 -- Added reminder about HTTPS to passwords docs.
...
Backport of 1119063c69
from master
2015-04-03 10:55:35 -04:00
Ian Lee
dcf2bbf0f0
[1.8.x] Fixed minor typo in Cryptography section of 1.8 release notes
...
Backport of 90c4c300a8
from master
2015-04-03 07:27:15 -04:00
Tim Graham
f718691ec8
[1.8.x] Removed Django 1.6 from the Python version chart.
...
Backport of 147ac85613
from master
2015-04-02 14:22:29 -04:00
Baptiste Mispelon
09188b5024
[1.8.x] Fixed #24566 -- Added support for serializing timedelta
...
Thanks to knbk for the report.
Backport of 30a3c2f74c
from master.
2015-04-02 17:41:08 +02:00
Krzysztof Gogolewski
b0512db5c4
[1.8.x] Fixed typo in docs/internals/deprecation.txt
2015-04-01 19:01:44 -04:00
Aymeric Augustin
ae4d21e159
[1.8.x] Pointed Jinja2 users to Babel instead of makemessages.
...
Backport of 8520551
from master
2015-04-01 22:37:39 +02:00
Tim Graham
0c01913d55
[1.8.x] Added stub release notes for 1.8.1.
...
Backport of 1b605838bf
from master
2015-04-01 16:18:47 -04:00
Tim Graham
2011c7a031
[1.8.x] Added release date for Django 1.8.
...
Backport of 61d6c5d02e
from master
2015-04-01 15:31:16 -04:00
Joost Rijneveld
9e9914701a
[1.8.x] Fixed typo in docs/ref/templates/builtins.txt
...
Backport of 48ddc66219
from master
2015-03-31 21:21:50 -04:00
Kostochko Dmitriy
c2674c2103
[1.8.x] Fixed typo in docs/topics/cache.txt
...
Backport of d026eb6366
from master
2015-03-31 21:16:26 -04:00
Tim Graham
793ecf6db7
[1.8.x] Documented jinja2 install requirement.
...
Backport of 56286542db
from master
2015-03-31 07:45:02 -04:00
Jorge Barata González
2bddc74b42
[1.8.x] Fixed #15590 -- Documented how the path of a FileField can be changed.
...
Thanks simon29 for report, and freakboy3742, floledermann,
jacob, claudep and collinanderson for discussing the task.
Backport of 931a340f1f
from master
2015-03-30 10:39:14 -04:00
Christopher Luc
c4e8f21a9c
[1.8.x] Fixed #24281 -- Improved docs for timezone handling for auto_now and auto_now_add
...
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the
review.
Backport of 8119876d4a
from master
2015-03-29 23:38:51 +02:00
Tim Graham
a70dea2c06
[1.8.x] Fixed #24541 -- Clarified ModelFormSet's handling of initial data.
...
Backport of 6de3a1e2c3
from master
2015-03-28 08:59:50 -04:00
Tim Graham
b0846a040e
[1.8.x] Fixed syntax highlighting in docs/topics/auth/default.txt
...
Backport of 3e132406e3
from master
2015-03-28 07:51:37 -04:00
SaeX
6f69e77a9e
[1.8.x] Fixed typo in docs/topics/forms/modelforms.txt
...
Backport of 19e41a9799
from master
2015-03-28 07:40:54 -04:00
Moritz Sichert
44a05a8a91
[1.8.x] Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates.
...
Backport of 1f2abf784a
from master
2015-03-27 20:01:41 -04:00
Tim Graham
6a2f46f238
[1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.
...
Backport of 2acf9d099d
from master
2015-03-27 09:58:44 -04:00
Tim Graham
17c3a26ac2
[1.8.x] Added some missing newlines in docs/ref/validators.txt.
...
Backport of f4cc0c40a8
from master
2015-03-25 18:32:48 -04:00
David Seddon
ef61b69447
[1.8.x] Corrected typo in documentation
...
Backport of 0f6f80c2e7
from master
2015-03-25 13:44:13 -04:00
Tim Graham
0dc986d1c8
[1.8.x] Fixed #24361 -- Clarified docs on reconfiguring logging.
...
Thanks Tuttle for the report and draft patch, and Carl Meyer for
help and review.
Backport of c633667da3
from master
2015-03-24 12:26:25 -04:00
Matt Seymour
09933aef68
[1.8.x] Fixed #24501 -- Improved auth.decorators.user_passes_test() example.
...
Backport of fca14cd3f2
from master
2015-03-24 10:30:30 -04:00
Bas Peschier
015a9b928a
[1.8.x] Fixed #13525 -- Added tests and docs for nested parameters in URL patterns.
...
When reversing, only outer parameters are used if captured parameters are
nested. Added tests to check the edge cases and documentation for the
behavior with an example to avoid it.
Backport of 23a5d64f40
from master
2015-03-23 08:43:58 -04:00
Iacopo Spalletti
6da4ce5365
[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external package
...
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
Backport of 87fed94440
from master.
2015-03-22 15:36:44 +01:00
Josh Smeaton
e654123f7f
Fixed #24485 -- Allowed combined expressions to set output_field
2015-03-22 17:41:12 +11:00