zulip/docs/subsystems
rht 41e3db81be dependencies: Upgrade to Django 2.2.10.
Django 2.2.x is the next LTS release after Django 1.11.x; I expect
we'll be on it for a while, as Django 3.x won't have an LTS release
series out for a while.

Because of upstream API changes in Django, this commit includes
several changes beyond requirements and:

* urls: django.urls.resolvers.RegexURLPattern has been replaced by
  django.urls.resolvers.URLPattern; affects OpenAPI code and related
  features which re-parse Django's internals.
  https://code.djangoproject.com/ticket/28593
* test_runner: Change number to suffix. Django changed the name in this
  ticket: https://code.djangoproject.com/ticket/28578
* Delete now-unnecessary SameSite cookie code (it's now the default).
* forms: urlsafe_base64_encode returns string in Django 2.2.
  https://docs.djangoproject.com/en/2.2/ref/utils/#django.utils.http.urlsafe_base64_encode
* upload: Django's File.size property replaces _get_size().
  https://docs.djangoproject.com/en/2.2/_modules/django/core/files/base/
* process_queue: Migrate to new autoreload API.
* test_messages: Add an extra query caused by .refresh_from_db() losing
  the .select_related() on the Realm object.
* session: Sync SessionHostDomainMiddleware with Django 2.2.

There's a lot more we can do to take advantage of the new release;
this is tracked in #11341.

Many changes by Tim Abbott, Umair Waheed, and Mateusz Mandera squashed
are squashed into this commit.

Fixes #10835.
2020-02-13 16:27:26 -08:00
..
analytics.md analytics: Remove Anomaly model. 2019-02-01 18:48:18 -08:00
api-release-checklist.md
billing.md billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00
caching.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
client.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
conversion.md Revert "docs: Update .html links to .md." 2019-04-05 17:58:54 -07:00
custom-apps.md docs: pip upgrade recommonmark and CommonMark 2019-08-15 22:41:40 -07:00
dependencies.md pygments_data: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
django-upgrades.md dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
email.md scripts: Move inline-email-css from tools to scripts. 2019-11-15 17:39:42 -08:00
emoji.md emoji_codes: Replace JS module with JSON module. 2020-02-12 10:09:12 -08:00
events-system.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
full-text-search.md search: Remove now unnecessary tsearch_extra dependency. 2019-08-29 12:49:26 -07:00
hashchange-system.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
hotspots.md docs: Mention bug in ALWAYS_SEND_ALL_HOTSPOTS feature. 2019-02-27 10:21:30 -08:00
html-css.md webpack: Enable code splitting and deduplication. 2019-10-28 15:53:15 -07:00
index.rst docs: Reorganize auth and migrations subsystems. 2019-11-07 09:42:36 -08:00
input-pills.md js: Convert _.filter(a, …) to a.filter(…). 2020-02-10 14:08:12 -08:00
logging.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
management-commands.md docs: Update links to Django documentation. 2020-01-16 16:00:03 -08:00
markdown.md docs: Do not indicate that Bugdown is an extension. 2019-01-22 15:28:08 -08:00
pointer.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
presence.md cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
queuing.md dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
realms.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
release-checklist.md release-checklist: Create -dev tags 2020-01-31 16:11:59 -08:00
schema-migrations.md docs: Reorganize testing.md and using.md. 2020-02-03 16:43:27 -08:00
sending-messages.md dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
settings.md docs: Update links to Django documentation. 2020-01-16 16:00:03 -08:00
thumbnailing.md docs: Reduce the number of apparently broken links on github. 2019-10-07 12:08:27 -07:00
typing-indicators.md shared: Set up a way to share some frontend code with the mobile app. 2019-10-17 16:48:23 -07:00
unread_messages.md
users.md bots: Remove feedback cross realm bot. 2020-01-25 22:54:44 -08:00
widgets.md cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00