This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Make Recipe locale and country selection many-to-many#39
Closed
mythmon wants to merge 1 commit intomozilla:masterfrom
Closed
Make Recipe locale and country selection many-to-many#39mythmon wants to merge 1 commit intomozilla:masterfrom
mythmon wants to merge 1 commit intomozilla:masterfrom
Conversation
Fixes bug 1248263.
a5b2523 to
e526b52
Compare
|
|
||
| def set_locale_sort_order(apps, schema_editor): | ||
| Locale = apps.get_model('recipes', 'Locale') | ||
| english = Locale.objects.get(code='en-US') |
Contributor
There was a problem hiding this comment.
This fails if en-US is missing, make it a filter instead.
Contributor
Author
There was a problem hiding this comment.
Gah. I had a try/catch here, but removed it for easier debugging
Contributor
|
Tests failllllll |
Contributor
Author
|
Bleh. I just missed an entire part of this patch. I'm going to close this and make it a part of #41, since they share a lot in common. |
bors bot
added a commit
that referenced
this pull request
Oct 8, 2018
1576: Scheduled weekly dependency update for week 40 r=peterbe a=pyup-bot
### Update [botocore](https://pypi.org/project/botocore) from **1.11.6** to **1.12.18**.
<details>
<summary>Changelog</summary>
### 1.12.18
```
=======
* api-change:``ds``: Update ds client to latest version
```
### 1.12.17
```
=======
* api-change:``ssm``: Update ssm client to latest version
* api-change:``codebuild``: Update codebuild client to latest version
* enhancement:HTTP Session: Added the ability to enable TCP Keepalive via the shared config file's ``tcp_keepalive`` option.
* api-change:``apigateway``: Update apigateway client to latest version
* api-change:``storagegateway``: Update storagegateway client to latest version
```
### 1.12.16
```
=======
* api-change:``sagemaker``: Update sagemaker client to latest version
* api-change:``secretsmanager``: Update secretsmanager client to latest version
```
### 1.12.15
```
=======
* api-change:``rekognition``: Update rekognition client to latest version
* api-change:``guardduty``: Update guardduty client to latest version
```
### 1.12.14
```
=======
* api-change:``codestar``: Update codestar client to latest version
* api-change:``ec2``: Update ec2 client to latest version
```
### 1.12.13
```
=======
* api-change:``mq``: Update mq client to latest version
* api-change:``apigateway``: Update apigateway client to latest version
* enhancement:Event: Add the `before-send` event which allows finalized requests to be inspected before being sent across the wire and allows for custom responses to be returned.
* api-change:``codecommit``: Update codecommit client to latest version
```
### 1.12.12
```
=======
* api-change:``sqs``: Update sqs client to latest version
* api-change:``glue``: Update glue client to latest version
* api-change:``opsworkscm``: Update opsworkscm client to latest version
* api-change:``rds``: Update rds client to latest version
```
### 1.12.11
```
=======
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``cloudfront``: Update cloudfront client to latest version
* api-change:``ds``: Update ds client to latest version
```
### 1.12.10
```
=======
* api-change:``connect``: Update connect client to latest version
* api-change:``rds``: Update rds client to latest version
```
### 1.12.9
```
======
* api-change:``mediaconvert``: Update mediaconvert client to latest version
```
### 1.12.8
```
======
* api-change:``rds``: Update rds client to latest version
* api-change:``ds``: Update ds client to latest version
* api-change:``ec2``: Update ec2 client to latest version
```
### 1.12.7
```
======
* api-change:``cloudwatch``: Update cloudwatch client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``organizations``: Update organizations client to latest version
```
### 1.12.6
```
======
* bugfix:Serialization: Fixes `1557 <https://github.com/boto/botocore/issues/1557>`__. Fixed a regression in serialization where request bodies would be improperly encoded.
* api-change:``es``: Update es client to latest version
* api-change:``rekognition``: Update rekognition client to latest version
```
### 1.12.5
```
======
* api-change:``codebuild``: Update codebuild client to latest version
* api-change:``elastictranscoder``: Update elastictranscoder client to latest version
* api-change:``ecs``: Update ecs client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``cloudwatch``: Update cloudwatch client to latest version
* api-change:``secretsmanager``: Update secretsmanager client to latest version
* api-change:``elasticache``: Update elasticache client to latest version
```
### 1.12.4
```
======
* enhancement:s3: Adds encoding and decoding handlers for ListObjectsV2 `1552 <https://github.com/boto/botocore/issues/1552>`__
* api-change:``polly``: Update polly client to latest version
```
### 1.12.3
```
======
* api-change:``ses``: Update ses client to latest version
* api-change:``ec2``: Update ec2 client to latest version
* api-change:``fms``: Update fms client to latest version
* api-change:``connect``: Update connect client to latest version
```
### 1.12.2
```
======
* api-change:``opsworkscm``: Update opsworkscm client to latest version
* api-change:``ssm``: Update ssm client to latest version
```
### 1.12.1
```
======
* api-change:``redshift``: Update redshift client to latest version
* api-change:``cloudhsmv2``: Update cloudhsmv2 client to latest version
```
### 1.12.0
```
======
* api-change:``logs``: Update logs client to latest version
* api-change:``config``: Update config client to latest version
* feature:Events: This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://botocore.amazonaws.com/v1/documentation/api/latest/index.htmlupgrade-notes>`_ to determine if you are impacted and how to proceed if you are.
```
### 1.11.9
```
======
* api-change:``apigateway``: Update apigateway client to latest version
* api-change:``codecommit``: Update codecommit client to latest version
* api-change:``mediaconvert``: Update mediaconvert client to latest version
```
### 1.11.8
```
======
* api-change:``rds``: Update rds client to latest version
* api-change:``s3``: Update s3 client to latest version
* api-change:``appstream``: Update appstream client to latest version
* api-change:``dynamodb``: Update dynamodb client to latest version
* api-change:``elb``: Update elb client to latest version
```
### 1.11.7
```
======
* api-change:``rds``: Update rds client to latest version
* api-change:``rekognition``: Update rekognition client to latest version
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/botocore
- Changelog: https://pyup.io/changelogs/botocore/
- Repo: https://github.com/boto/botocore
</details>
### Update [Faker](https://pypi.org/project/Faker) from **0.8.18** to **0.9.1**.
<details>
<summary>Changelog</summary>
### 0.9.1
```
---------------------------------------------------------------------------------------
* Fix missing and misplaced comma's in many providers. Thanks 153957.
* Refactor IPv4 address generation to leverage ``ipaddress`` module. Thanks maticomp.
* An ``en_NZ`` provider for addresses, phone numbers and email addresses. Thanks doctorlard.
* Add ``unique`` argument to ``words()`` for returning unique words. Thanks micahstrube.
* Allow US territories to be excluded from ``state_abbr()`` for ``en_US`` provider. Thanks micahstrube.
* Add support for Python 3.7. Thanks michael-k.
```
### 0.9.0
```
-------------------------------------------------------------------------------------
* ``.random_sample()`` now returns a list of unique elements instead of a set.
* ``.random_sample_unique()`` is removed in favor of ``.random_sample()``.
* Added ``random_choices()``, ``random_elements()`` and ``random_letters()``.
* Added ``faker.utils.distribution.choices_distribution_unique()``.
* ``words()``, ``password()``, ``uri_path`` and ``pystr()`` now use the new the ``random_choices()``
method.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/faker
- Changelog: https://pyup.io/changelogs/faker/
- Repo: https://github.com/joke2k/faker
</details>
### Update [greenlet](https://pypi.org/project/greenlet) from **0.4.14** to **0.4.15**.
<details>
<summary>Changelog</summary>
### 0.4.15
```
===========
- Support for RISC-V architecture
- Workaround a gcc bug on ppc64
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/greenlet
- Changelog: https://pyup.io/changelogs/greenlet/
- Repo: https://github.com/python-greenlet/greenlet
- Docs: https://pythonhosted.org/greenlet/
</details>
### Update [pycparser](https://pypi.org/project/pycparser) from **2.18** to **2.19**.
<details>
<summary>Changelog</summary>
### 2.19
```
- PR 277: Fix parsing of floating point literals
- PR 254: Add support for parsing empty structs
- PR 240: Fix enum formatting in generated C code (also 216)
- PR 222: Add support for pragma in struct declarations
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pycparser
- Changelog: https://pyup.io/changelogs/pycparser/
- Repo: https://github.com/eliben/pycparser
</details>
### Update [setuptools](https://pypi.org/project/setuptools) from **40.2.0** to **40.4.3**.
<details>
<summary>Changelog</summary>
### 40.4.3
```
-------
* 1480: Bump vendored pyparsing in pkg_resources to 2.2.1.
```
### 40.4.2
```
-------
* 1497: Updated gitignore in repo.
```
### 40.4.1
```
-------
* 1480: Bump vendored pyparsing to 2.2.1.
```
### 40.4.0
```
-------
* 1481: Join the sdist ``--dist-dir`` and the ``build_meta`` sdist directory argument to point to the same target (meaning the build frontend no longer needs to clean manually the dist dir to avoid multiple sdist presence, and setuptools no longer needs to handle conflicts between the two).
```
### 40.3.0
```
-------
* 1402: Fixed a bug with namespace packages under Python 3.6 when one package in
current directory hides another which is installed.
* 1427: Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run.
* 1474: ``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore.
* 1486: Suppress warnings in pkg_resources.handle_ns.
* 1479: Remove internal use of six.binary_type.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/setuptools
- Changelog: https://pyup.io/changelogs/setuptools/
- Repo: https://github.com/pypa/setuptools
</details>
### Update [alabaster](https://pypi.org/project/alabaster) from **0.7.11** to **0.7.12**.
*The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)*
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/alabaster
- Changelog: https://pyup.io/changelogs/alabaster/
- Docs: https://alabaster.readthedocs.io
</details>
### Update [packaging](https://pypi.org/project/packaging) from **17.1** to **18.0**.
<details>
<summary>Changelog</summary>
### 17.2
```
~~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/packaging
- Changelog: https://pyup.io/changelogs/packaging/
- Repo: https://github.com/pypa/packaging
</details>
### Update [pyparsing](https://pypi.org/project/pyparsing) from **2.2.0** to **2.2.2**.
<details>
<summary>Changelog</summary>
### 2.2.2
```
-------------------------------
- Fixed bug in SkipTo, if a SkipTo expression that was skipping to
an expression that returned a list (such as an And), and the
SkipTo was saved as a named result, the named result could be
saved as a ParseResults - should always be saved as a string.
Issue 28, reported by seron.
- Added simple_unit_tests.py, as a collection of easy-to-follow unit
tests for various classes and features of the pyparsing library.
Primary intent is more to be instructional than actually rigorous
testing. Complex tests can still be added in the unitTests.py file.
- New features added to the Regex class:
- optional asGroupList parameter, returns all the capture groups as
a list
- optional asMatch parameter, returns the raw re.match result
- new sub(repl) method, which adds a parse action calling
re.sub(pattern, repl, parsed_result). Simplifies creating
Regex expressions to be used with transformString. Like re.sub,
repl may be an ordinary string (similar to using pyparsing's
replaceWith), or may contain references to capture groups by group
number, or may be a callable that takes an re match group and
returns a string.
For instance:
expr = pp.Regex(r"([Hh]\d):\s*(.*)").sub(r"<\1>\2</\1>")
expr.transformString("h1: This is the title")
will return
<h1>This is the title</h1>
- Fixed omission of LICENSE file in source tarball, also added
CODE_OF_CONDUCT.md per GitHub community standards.
```
### 2.2.1
```
-------------------------------
- Applied changes necessary to migrate hosting of pyparsing source
over to GitHub. Many thanks for help and contributions from hugovk,
jdufresne, and cngkaygusuz among others through this transition,
sorry it took me so long!
- Fixed import of collections.abc to address DeprecationWarnings
in Python 3.7.
- Updated oc.py example to support function calls in arithmetic
expressions; fixed regex for '==' operator; and added packrat
parsing. Raised on the pyparsing wiki by Boris Marin, thanks!
- Fixed bug in select_parser.py example, group_by_terms was not
reported. Reported on SF bugs by Adam Groszer, thanks Adam!
- Added "Getting Started" section to the module docstring, to
guide new users to the most common starting points in pyparsing's
API.
- Fixed bug in Literal and Keyword classes, which erroneously
raised IndexError instead of ParseException.
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/pyparsing
- Changelog: https://pyup.io/changelogs/pyparsing/
- Repo: https://github.com/pyparsing/pyparsing/
- Docs: https://pythonhosted.org/pyparsing/
</details>
### Update [click](https://pypi.org/project/click) from **6.7** to **7.0**.
<details>
<summary>Changelog</summary>
### 7.0
```
-----------
Released 2018-09-25
- Drop support for Python 2.6 and 3.3. (`967`_, `976`_)
- Wrap ``click.Choice``'s missing message. (`202`_, `1000`_)
- Add native ZSH autocompletion support. (`323`_, `865`_)
- Document that ANSI color info isn't parsed from bytearrays in
Python 2. (`334`_)
- Document byte-stripping behavior of ``CliRunner``. (`334`_,
`1010`_)
- Usage errors now hint at the ``--help`` option. (`393`_, `557`_)
- Implement streaming pager. (`409`_, `889`_)
- Extract bar formatting to its own method. (`414`_)
- Add ``DateTime`` type for converting input in given date time
formats. (`423`_)
- ``secho``'s first argument can now be ``None``, like in ``echo``.
(`424`_)
- Fixes a ``ZeroDivisionError`` in ``ProgressBar.make_step``, when the
arg passed to the first call of ``ProgressBar.update`` is 0.
(`447`_, `1012`_)
- Show progressbar only if total execution time is visible. (`487`_)
- Added the ability to hide commands and options from help. (`500`_)
- Document that options can be ``required=True``. (`514`_, `1022`_)
- Non-standalone calls to ``Context.exit`` return the exit code,
rather than calling ``sys.exit``. (`533`_, `667`_, `1098`_)
- ``click.getchar()`` returns Unicode in Python 3 on Windows,
consistent with other platforms. (`537`_, `821`_, `822`_,
`1088`_, `1108`_)
- Added ``FloatRange`` type. (`538`_, `553`_)
- Added support for bash completion of ``type=click.Choice`` for
``Options`` and ``Arguments``. (`535`_, `681`_)
- Only allow one positional arg for ``Argument`` parameter
declaration. (`568`_, `574`_, `1014`_)
- Add ``case_sensitive=False`` as an option to Choice. (`569`_)
- ``click.getchar()`` correctly raises ``KeyboardInterrupt`` on "^C"
and ``EOFError`` on "^D" on Linux. (`583`_, `1115`_)
- Fix encoding issue with ``click.getchar(echo=True)`` on Linux.
(`1115`_)
- ``param_hint`` in errors now derived from param itself. (`598`_,
`704`_, `709`_)
- Add a test that ensures that when an argument is formatted into a
usage error, its metavar is used, not its name. (`612`_)
- Allow setting ``prog_name`` as extra in ``CliRunner.invoke``.
(`616`_, `999`_)
- Help text taken from docstrings truncates at the ``\f`` form feed
character, useful for hiding Sphinx-style parameter documentation.
(`629`_, `1091`_)
- ``launch`` now works properly under Cygwin. (`650`_)
- Update progress after iteration. (`651`_, `706`_)
- ``CliRunner.invoke`` now may receive ``args`` as a string
representing a Unix shell command. (`664`_)
- Make ``Argument.make_metavar()`` default to type metavar. (`675`_)
- Add documentation for ``ignore_unknown_options``. (`684`_)
- Add bright colors support for ``click.style`` and fix the reset
option for parameters ``fg`` and ``bg``. (`703`_, `809`_)
- Add ``show_envvar`` for showing environment variables in help.
(`710`_)
- Avoid ``BrokenPipeError`` during interpreter shutdown when stdout or
stderr is a closed pipe. (`712`_, `1106`_)
- Document customizing option names. (`725`_, `1016`_)
- Disable ``sys._getframes()`` on Python interpreters that don't
support it. (`728`_)
- Fix bug in test runner when calling ``sys.exit`` with ``None``.
(`739`_)
- Clarify documentation on command line options. (`741`_, `1003`_)
- Fix crash on Windows console. (`744`_)
- Fix bug that caused bash completion to give improper completions on
chained commands. (`754`_, `774`_)
- Added support for dynamic bash completion from a user-supplied
callback. (`755`_)
- Added support for bash completions containing spaces. (`773`_)
- Allow autocompletion function to determine whether or not to return
completions that start with the incomplete argument. (`790`_,
`806`_)
- Fix option naming routine to match documentation and be
deterministic. (`793`_, `794`_)
- Fix path validation bug. (`795`_, `1020`_)
- Add test and documentation for ``Option`` naming: functionality.
(`799`_)
- Update doc to match arg name for ``path_type``. (`801`_)
- Raw strings added so correct escaping occurs. (`807`_)
- Fix 16k character limit of ``click.echo`` on Windows. (`816`_,
`819`_)
- Overcome 64k character limit when writing to binary stream on
Windows 7. (`825`_, `830`_)
- Add bool conversion for "t" and "f". (`842`_)
- ``NoSuchOption`` errors take ``ctx`` so that ``--help`` hint gets
printed in error output. (`860`_)
- Fixed the behavior of Click error messages with regards to Unicode
on 2.x and 3.x. Message is now always Unicode and the str and
Unicode special methods work as you expect on that platform.
(`862`_)
- Progress bar now uses stderr by default. (`863`_)
- Add support for auto-completion documentation. (`866`_, `869`_)
- Allow ``CliRunner`` to separate stdout and stderr. (`868`_)
- Fix variable precedence. (`873`_, `874`_)
- Fix invalid escape sequences. (`877`_)
- Fix ``ResourceWarning`` that occurs during some tests. (`878`_)
- When detecting a misconfigured locale, don't fail if the ``locale``
command fails. (`880`_)
- Add ``case_sensitive=False`` as an option to ``Choice`` types.
(`887`_)
- Force stdout/stderr writable. This works around issues with badly
patched standard streams like those from Jupyter. (`918`_)
- Fix completion of subcommand options after last argument (`919`_,
`930`_)
- ``_AtomicFile`` now uses the ``realpath`` of the original filename
so that changing the working directory does not affect it.
(`920`_)
- Fix incorrect completions when defaults are present (`925`_,
`930`_)
- Add copy option attrs so that custom classes can be re-used.
(`926`_, `994`_)
- "x" and "a" file modes now use stdout when file is ``"-"``.
(`929`_)
- Fix missing comma in ``__all__`` list. (`935`_)
- Clarify how parameters are named. (`949`_, `1009`_)
- Stdout is now automatically set to non blocking. (`954`_)
- Do not set options twice. (`962`_)
- Move ``fcntl`` import. (`965`_)
- Fix Google App Engine ``ImportError``. (`995`_)
- Better handling of help text for dynamic default option values.
(`996`_)
- Fix ``get_winter_size()`` so it correctly returns ``(0,0)``.
(`997`_)
- Add test case checking for custom param type. (`1001`_)
- Allow short width to address cmd formatting. (`1002`_)
- Add details about Python version support. (`1004`_)
- Added deprecation flag to commands. (`1005`_)
- Fixed issues where ``fd`` was undefined. (`1007`_)
- Fix formatting for short help. (`1008`_)
- Document how ``auto_envvar_prefix`` works with command groups.
(`1011`_)
- Don't add newlines by default for progress bars. (`1013`_)
- Use Python sorting order for ZSH completions. (`1047`_, `1059`_)
- Document that parameter names are converted to lowercase by default.
(`1055`_)
- Subcommands that are named by the function now automatically have
the underscore replaced with a dash. If you register a function
named ``my_command`` it becomes ``my-command`` in the command line
interface.
- Hide hidden commands and options from completion. (`1058`_,
`1061`_)
- Fix absolute import blocking Click from being vendored into a
project on Windows. (`1068`_, `1069`_)
- Fix issue where a lowercase ``auto_envvar_prefix`` would not be
converted to uppercase. (`1105`_)
.. _202: https://github.com/pallets/click/issues/202
.. _323: https://github.com/pallets/click/issues/323
.. _334: https://github.com/pallets/click/issues/334
.. _393: https://github.com/pallets/click/issues/393
.. _409: https://github.com/pallets/click/issues/409
.. _414: https://github.com/pallets/click/pull/414
.. _423: https://github.com/pallets/click/pull/423
.. _424: https://github.com/pallets/click/pull/424
.. _447: https://github.com/pallets/click/issues/447
.. _487: https://github.com/pallets/click/pull/487
.. _500: https://github.com/pallets/click/pull/500
.. _514: https://github.com/pallets/click/issues/514
.. _533: https://github.com/pallets/click/pull/533
.. _535: https://github.com/pallets/click/issues/535
.. _537: https://github.com/pallets/click/issues/537
.. _538: https://github.com/pallets/click/pull/538
.. _553: https://github.com/pallets/click/pull/553
.. _557: https://github.com/pallets/click/pull/557
.. _568: https://github.com/pallets/click/issues/568
.. _569: https://github.com/pallets/click/issues/569
.. _574: https://github.com/pallets/click/issues/574
.. _583: https://github.com/pallets/click/issues/583
.. _598: https://github.com/pallets/click/issues/598
.. _612: https://github.com/pallets/click/pull/612
.. _616: https://github.com/pallets/click/issues/616
.. _629: https://github.com/pallets/click/pull/629
.. _650: https://github.com/pallets/click/pull/650
.. _651: https://github.com/pallets/click/issues/651
.. _664: https://github.com/pallets/click/pull/664
.. _667: https://github.com/pallets/click/issues/667
.. _675: https://github.com/pallets/click/pull/675
.. _681: https://github.com/pallets/click/pull/681
.. _684: https://github.com/pallets/click/pull/684
.. _703: https://github.com/pallets/click/issues/703
.. _704: https://github.com/pallets/click/issues/704
.. _706: https://github.com/pallets/click/pull/706
.. _709: https://github.com/pallets/click/pull/709
.. _710: https://github.com/pallets/click/pull/710
.. _712: https://github.com/pallets/click/pull/712
.. _719: https://github.com/pallets/click/issues/719
.. _725: https://github.com/pallets/click/issues/725
.. _728: https://github.com/pallets/click/pull/728
.. _739: https://github.com/pallets/click/pull/739
.. _741: https://github.com/pallets/click/issues/741
.. _744: https://github.com/pallets/click/issues/744
.. _754: https://github.com/pallets/click/issues/754
.. _755: https://github.com/pallets/click/pull/755
.. _773: https://github.com/pallets/click/pull/773
.. _774: https://github.com/pallets/click/pull/774
.. _790: https://github.com/pallets/click/issues/790
.. _793: https://github.com/pallets/click/issues/793
.. _794: https://github.com/pallets/click/pull/794
.. _795: https://github.com/pallets/click/issues/795
.. _799: https://github.com/pallets/click/pull/799
.. _801: https://github.com/pallets/click/pull/801
.. _806: https://github.com/pallets/click/pull/806
.. _807: https://github.com/pallets/click/pull/807
.. _809: https://github.com/pallets/click/pull/809
.. _816: https://github.com/pallets/click/pull/816
.. _819: https://github.com/pallets/click/pull/819
.. _821: https://github.com/pallets/click/issues/821
.. _822: https://github.com/pallets/click/issues/822
.. _825: https://github.com/pallets/click/issues/825
.. _830: https://github.com/pallets/click/pull/830
.. _842: https://github.com/pallets/click/pull/842
.. _860: https://github.com/pallets/click/issues/860
.. _862: https://github.com/pallets/click/issues/862
.. _863: https://github.com/pallets/click/pull/863
.. _865: https://github.com/pallets/click/pull/865
.. _866: https://github.com/pallets/click/issues/866
.. _868: https://github.com/pallets/click/pull/868
.. _869: https://github.com/pallets/click/pull/869
.. _873: https://github.com/pallets/click/issues/873
.. _874: https://github.com/pallets/click/pull/874
.. _877: https://github.com/pallets/click/pull/877
.. _878: https://github.com/pallets/click/pull/878
.. _880: https://github.com/pallets/click/pull/880
.. _883: https://github.com/pallets/click/pull/883
.. _887: https://github.com/pallets/click/pull/887
.. _889: https://github.com/pallets/click/pull/889
.. _918: https://github.com/pallets/click/pull/918
.. _919: https://github.com/pallets/click/issues/919
.. _920: https://github.com/pallets/click/pull/920
.. _925: https://github.com/pallets/click/issues/925
.. _926: https://github.com/pallets/click/issues/926
.. _929: https://github.com/pallets/click/pull/929
.. _930: https://github.com/pallets/click/pull/930
.. _935: https://github.com/pallets/click/pull/935
.. _949: https://github.com/pallets/click/issues/949
.. _954: https://github.com/pallets/click/pull/954
.. _962: https://github.com/pallets/click/pull/962
.. _965: https://github.com/pallets/click/pull/965
.. _967: https://github.com/pallets/click/pull/967
.. _976: https://github.com/pallets/click/pull/976
.. _990: https://github.com/pallets/click/pull/990
.. _991: https://github.com/pallets/click/pull/991
.. _993: https://github.com/pallets/click/pull/993
.. _994: https://github.com/pallets/click/pull/994
.. _995: https://github.com/pallets/click/pull/995
.. _996: https://github.com/pallets/click/pull/996
.. _997: https://github.com/pallets/click/pull/997
.. _999: https://github.com/pallets/click/pull/999
.. _1000: https://github.com/pallets/click/pull/1000
.. _1001: https://github.com/pallets/click/pull/1001
.. _1002: https://github.com/pallets/click/pull/1002
.. _1003: https://github.com/pallets/click/pull/1003
.. _1004: https://github.com/pallets/click/pull/1004
.. _1005: https://github.com/pallets/click/pull/1005
.. _1007: https://github.com/pallets/click/pull/1007
.. _1008: https://github.com/pallets/click/pull/1008
.. _1009: https://github.com/pallets/click/pull/1009
.. _1010: https://github.com/pallets/click/pull/1010
.. _1011: https://github.com/pallets/click/pull/1011
.. _1012: https://github.com/pallets/click/pull/1012
.. _1013: https://github.com/pallets/click/pull/1013
.. _1014: https://github.com/pallets/click/pull/1014
.. _1016: https://github.com/pallets/click/pull/1016
.. _1020: https://github.com/pallets/click/pull/1020
.. _1022: https://github.com/pallets/click/pull/1022
.. _1027: https://github.com/pallets/click/pull/1027
.. _1047: https://github.com/pallets/click/pull/1047
.. _1055: https://github.com/pallets/click/pull/1055
.. _1058: https://github.com/pallets/click/pull/1058
.. _1059: https://github.com/pallets/click/pull/1059
.. _1061: https://github.com/pallets/click/pull/1061
.. _1068: https://github.com/pallets/click/issues/1068
.. _1069: https://github.com/pallets/click/pull/1069
.. _1088: https://github.com/pallets/click/issues/1088
.. _1091: https://github.com/pallets/click/pull/1091
.. _1098: https://github.com/pallets/click/pull/1098
.. _1105: https://github.com/pallets/click/pull/1105
.. _1106: https://github.com/pallets/click/pull/1106
.. _1108: https://github.com/pallets/click/pull/1108
.. _1115: https://github.com/pallets/click/pull/1115
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/click
- Changelog: https://pyup.io/changelogs/click/
- Homepage: https://palletsprojects.com/p/click/
</details>
### Update [toml](https://pypi.org/project/toml) from **0.9.4** to **0.10.0**.
*The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)*
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/toml
- Changelog: https://pyup.io/changelogs/toml/
- Repo: https://github.com/uiri/toml
</details>
### Update [boto3](https://pypi.org/project/boto3) from **1.8.6** to **1.9.18**.
<details>
<summary>Changelog</summary>
### 1.9.18
```
======
* api-change:``ds``: [``botocore``] Update ds client to latest version
```
### 1.9.17
```
======
* api-change:``ssm``: [``botocore``] Update ssm client to latest version
* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version
* enhancement:HTTP Session: [``botocore``] Added the ability to enable TCP Keepalive via the shared config file's ``tcp_keepalive`` option.
* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
* api-change:``storagegateway``: [``botocore``] Update storagegateway client to latest version
```
### 1.9.16
```
======
* api-change:``sagemaker``: [``botocore``] Update sagemaker client to latest version
* api-change:``secretsmanager``: [``botocore``] Update secretsmanager client to latest version
```
### 1.9.15
```
======
* api-change:``rekognition``: [``botocore``] Update rekognition client to latest version
* api-change:``guardduty``: [``botocore``] Update guardduty client to latest version
```
### 1.9.14
```
======
* api-change:``codestar``: [``botocore``] Update codestar client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
```
### 1.9.13
```
======
* api-change:``mq``: [``botocore``] Update mq client to latest version
* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
* enhancement:Event: [``botocore``] Add the `before-send` event which allows finalized requests to be inspected before being sent across the wire and allows for custom responses to be returned.
* api-change:``codecommit``: [``botocore``] Update codecommit client to latest version
```
### 1.9.12
```
======
* api-change:``sqs``: [``botocore``] Update sqs client to latest version
* api-change:``glue``: [``botocore``] Update glue client to latest version
* api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version
```
### 1.9.11
```
======
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``cloudfront``: [``botocore``] Update cloudfront client to latest version
* api-change:``ds``: [``botocore``] Update ds client to latest version
```
### 1.9.10
```
======
* api-change:``connect``: [``botocore``] Update connect client to latest version
* api-change:``rds``: [``botocore``] Update rds client to latest version
```
### 1.9.9
```
=====
* api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version
```
### 1.9.8
```
=====
* api-change:``rds``: [``botocore``] Update rds client to latest version
* api-change:``ds``: [``botocore``] Update ds client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
```
### 1.9.7
```
=====
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``s3``: [``botocore``] Update s3 client to latest version
* api-change:``organizations``: [``botocore``] Update organizations client to latest version
```
### 1.9.6
```
=====
* bugfix:Serialization: [``botocore``] Fixes `1557 <https://github.com/boto/botocore/issues/1557>`__. Fixed a regression in serialization where request bodies would be improperly encoded.
* api-change:``es``: [``botocore``] Update es client to latest version
* api-change:``rekognition``: [``botocore``] Update rekognition client to latest version
```
### 1.9.5
```
=====
* api-change:``codebuild``: [``botocore``] Update codebuild client to latest version
* api-change:``elastictranscoder``: [``botocore``] Update elastictranscoder client to latest version
* api-change:``ecs``: [``botocore``] Update ecs client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
* api-change:``secretsmanager``: [``botocore``] Update secretsmanager client to latest version
* api-change:``elasticache``: [``botocore``] Update elasticache client to latest version
```
### 1.9.4
```
=====
* enhancement:s3: [``botocore``] Adds encoding and decoding handlers for ListObjectsV2 `1552 <https://github.com/boto/botocore/issues/1552>`__
* api-change:``polly``: [``botocore``] Update polly client to latest version
```
### 1.9.3
```
=====
* api-change:``ses``: [``botocore``] Update ses client to latest version
* api-change:``ec2``: [``botocore``] Update ec2 client to latest version
* api-change:``fms``: [``botocore``] Update fms client to latest version
* api-change:``connect``: [``botocore``] Update connect client to latest version
```
### 1.9.2
```
=====
* api-change:``opsworkscm``: [``botocore``] Update opsworkscm client to latest version
* api-change:``ssm``: [``botocore``] Update ssm client to latest version
```
### 1.9.1
```
=====
* api-change:``redshift``: [``botocore``] Update redshift client to latest version
* api-change:``cloudhsmv2``: [``botocore``] Update cloudhsmv2 client to latest version
```
### 1.9.0
```
=====
* api-change:``logs``: [``botocore``] Update logs client to latest version
* api-change:``config``: [``botocore``] Update config client to latest version
* feature:Events: [``botocore``] This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://botocore.amazonaws.com/v1/documentation/api/latest/index.htmlupgrade-notes>`_ to determine if you are impacted and how to proceed if you are.
* feature:Events: This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/upgrading.html>`_ to determine if you are impacted and how to proceed if you are.
```
### 1.8.9
```
=====
* api-change:``apigateway``: [``botocore``] Update apigateway client to latest version
* api-change:``codecommit``: [``botocore``] Update codecommit client to latest version
* api-change:``mediaconvert``: [``botocore``] Update mediaconvert client to latest version
```
### 1.8.8
```
=====
* api-change:``rds``: [``botocore``] Update rds client to latest version
* api-change:``s3``: [``botocore``] Update s3 client to latest version
* api-change:``appstream``: [``botocore``] Update appstream client to latest version
* api-change:``dynamodb``: [``botocore``] Update dynamodb client to latest version
* api-change:``elb``: [``botocore``] Update elb client to latest version
```
### 1.8.7
```
=====
* api-change:``rds``: [``botocore``] Update rds client to latest version
* api-change:``rekognition``: [``botocore``] Update rekognition client to latest version
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/boto3
- Changelog: https://pyup.io/changelogs/boto3/
- Repo: https://github.com/boto/boto3
</details>
### Update [Django](https://pypi.org/project/Django) from **2.0.8** to **2.0.9**.
<details>
<summary>Changelog</summary>
### 2.0.9
```
==========================
*October 1, 2018*
Django 2.0.9 fixes a data loss bug in 2.0.8.
Bugfixes
========
* Fixed a race condition in ``QuerySet.update_or_create()`` that could result
in data loss (:ticket:`29499`).
==========================
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/django
- Changelog: https://pyup.io/changelogs/django/
- Homepage: https://www.djangoproject.com/
</details>
### Update [django-storages](https://pypi.org/project/django-storages) from **1.7** to **1.7.1**.
<details>
<summary>Changelog</summary>
### 1.7.1
```
******************
- Fix off-by-1 error in ``get_available_name`` whenever ``file_overwrite`` or ``overwrite_files`` is ``True`` (`588`_, `589`_)
- Change ``S3Boto3Storage.listdir()`` to use ``list_objects`` instead of ``list_objects_v2`` to restore
compatibility with services implementing the S3 protocol that do not yet support the new method (`586`_, `590`_)
.. _588: https://github.com/jschneier/django-storages/issues/588
.. _589: https://github.com/jschneier/django-storages/pull/589
.. _586: https://github.com/jschneier/django-storages/issues/586
.. _590: https://github.com/jschneier/django-storages/pull/590
```
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/django-storages
- Changelog: https://pyup.io/changelogs/django-storages/
- Repo: https://github.com/jschneier/django-storages
</details>
### Update [newrelic](https://pypi.org/project/newrelic) from **4.2.0.100** to **4.4.1.104**.
<details>
<summary>Changelog</summary>
### 4.4.1.104
```
This release of the Python agent contains bug fixes.
The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.
Bug Fixes
The creation of sampled events sometimes raised an exception in Python 3
When more events (Transaction, Transaction Error, Custom, or Span) were created than allowed per harvest period in Python 3, sometimes a TypeError: '<' not supported between instances of 'dict' and 'dict' was raised. This issue has now been fixed.
```
### 4.4.0.103
```
This release of the Python agent introduces instrumentation for Sanic, and contains bug fixes.
The agent can be installed using easy_install/pip/distribute via the Python Package Index or can be downloaded directly from the New Relic download site.
Features
Add instrumentation for Sanic framework
Data is now automatically collected for applications using the Sanic framework. Data for Sanic applications will appear in both APM and Insights. Additionally, cross application tracing and distributed tracing is supported for incoming requests for Sanic applications. In addition to service maps, Sanic applications will now show the calling application in transaction traces. See the instrumented packages page for more details.
Bug Fixes
Explain plans were not generated when using psycopg2 named cursors
When using named cursors in psycopg2, the agent attempted to generate an explain plan using the same named cursor. This resulted in a syntax error when the query was issued to the database. When using the default connection and cursor factories, the agent will now execute the explain query using only unnamed cursors.
Convert bytes-like SQL statements to strings before obfuscating
If a bytes-like object is used instead of a string when making a SQL call, a traceback was seen in the logs with TypeError: cannot use a string pattern on a bytes-like object. This issue has now been fixed.
Save settings to MessageTrace objects
If an external call using an instrumented http external library (for example requests) was used within a MessageTrace, a traceback was seen in the logs with AttributeError: 'Me
Fixes bug 1248263.
@Osmose r?