Commit Graph

  • 683c8ae58a misc: remove usage of django.utils.six main v1.9.0.2 Frédéric Péters 2022-04-15 17:42:02 +0200
  • 65966f1a33 debian: use debhelper compat level 12 Frédéric Péters 2021-12-12 13:30:29 +0100
  • 11a914adb6 debian: stop building python2 package Frédéric Péters 2021-12-12 13:30:12 +0100
  • e1b1afb2cf set application_name to tenant name (#7849) v1.9.0.1 Christophe Siraut 2020-01-28 10:58:04 +0100
  • f8882285de debian: add package for python 3 Frédéric Péters 2019-08-20 20:53:26 +0200
  • cbb539c24f debian: remove generated files Frédéric Péters 2019-08-20 20:52:16 +0200
  • 364e3b2d44 debian: bump debhelper compatibility level (#32260) Christophe Siraut 2019-04-16 14:33:42 +0200
  • c5d54b917e postgresql_backend: fix typo in contenttypes cache access and clear base Content.objects._cache (#32248) Benjamin Dauvergne 2019-04-15 13:48:06 +0200
  • 68c98a6267 tenant_schemas: augment tests on cache of contenttypes (#32248) Benjamin Dauvergne 2019-04-15 13:47:35 +0200
  • 22d7ace8c0 postgresql_backend: cache ContentType based on the manager object and model classes (#32248) Benjamin Dauvergne 2019-04-12 17:13:46 +0200
  • 631743c45e override ContentType.__init__ to use a thread local cache (fixes #26206) Benjamin Dauvergne 2018-09-07 11:28:35 +0200
  • df51fe2c3e misc: adapt version number for PEP 440 Frédéric Péters 2019-01-03 13:35:50 +0100
  • 154fd2c9bc Merge branch 'wip/18178-new-sync' Frédéric Péters 2018-08-13 07:29:59 +0200
  • 29660eaaeb debian: only build for python2 wip/18178-new-sync Benjamin Dauvergne 2014-10-16 15:32:59 +0200
  • d8f7ca69e9 debian: initial import Jérôme Schneider 2014-10-14 11:46:35 +0200
  • 08bfb7515e setup.py: use our own get_version() Benjamin Dauvergne 2016-03-16 13:42:24 +0100
  • b3914c84cf fix custom content type cache __get__ method (#10308) Frédéric Péters 2016-03-16 11:05:41 +0100
  • eb0a27e712 Replace the cache dictionnary by a thread local variable (~ #9891) Benjamin Dauvergne 2016-02-06 15:03:10 +0100
  • 1c57786387 Add missing `post_schema_sync` signal documentation Abhishek Menon 2017-11-27 17:50:57 -0500
  • b36e60cbca
    Merge pull request #519 from AGASS007/backport/postgres_introspection Bernardo Pires 2018-06-05 10:08:08 +0200
  • 7abe3cfb0b use old index retrieval code wip/github-remerge-2017-old-index Frédéric Péters 2018-01-10 20:05:27 +0100
  • 7239b91a47 backported django postgres backend fixes Guillaume Andreu Sabater 2017-12-06 16:30:14 +0100
  • 20c72782ce Improved documentation on working with and creating tenants (#514) Michael Anckaert 2017-12-01 09:52:16 +0100
  • 7c95e5fd32 Merge pull request #505 from Viatrak/master Bernardo Pires 2017-09-12 12:29:50 +0200
  • 7e104037c9 Content type cache should be cleared not just at the beginning of a request, but *anytime* the schema is changed (which happens in middle of requests). set_tenant() will also now result in a set_schema() call so it will claer_cache() at the beginning of a request, and on subsequent set_schema calls viatrak 2017-09-07 12:43:40 -0500
  • 86c4050856 Redundant code in set_tenant as set_schema(). Make it DRY viatrak 2017-09-07 12:41:12 -0500
  • 953040943d Redundant code to set_schema(). Make it DRY viatrak 2017-09-07 12:34:11 -0500
  • d05d6603ff setup: also consider lightweight tags to create version number wip/github-remerge-2017 github-remerge-2017 Frédéric Péters 2017-08-27 09:40:26 +0200
  • 76f2058c33 Merge remote-tracking branch 'github/master' Frédéric Péters 2017-08-27 00:10:26 +0200
  • 2055bd0d29 setup.py: use our own get_version() wip/eo-rebased Benjamin Dauvergne 2016-03-16 13:42:24 +0100
  • 0b799d7b34 fix custom content type cache __get__ method (#10308) Frédéric Péters 2016-03-16 11:05:41 +0100
  • c72ded80d2 import ContentType, ContentTypeManager from contenttypes module (#10308) Frédéric Péters 2016-03-16 11:03:17 +0100
  • 7b9313838b clear ContentType on each schema change (fixes #9891) Benjamin Dauvergne 2016-02-06 15:03:10 +0100
  • 6228c4ac6a Only build for python2 Benjamin Dauvergne 2014-10-16 15:32:59 +0200
  • 9ecb7cb69e initial import of debian/ packaging Jérôme Schneider 2014-10-14 11:46:35 +0200
  • 70fef87576 Remove mention to MigrateCommand Bernardo Pires 2017-06-05 21:00:02 +0200
  • 5b907e4f05 Bump version: 1.8.0 → 1.9.0 Gary Reynolds 2017-06-03 21:47:55 +1000
  • ded62f6566 Merge pull request #484 from goodtune/issue-456 Gary Reynolds 2017-06-02 21:16:42 +1000
  • 8a4d0d6d21 Merge pull request #457 from uadnan/master Gary Reynolds 2017-06-02 21:12:15 +1000
  • e256979046 Merge #478. Fixed #477. Gary Reynolds 2017-06-02 18:41:26 +1000
  • 510e0f9015 Explicitly define INSTALLED_APPS in settings.py Gary Reynolds 2017-06-02 18:40:03 +1000
  • 874db6aa25 Merge #462 Gary Reynolds 2017-06-02 18:35:53 +1000
  • f0d3df2290 Remove documentation referring to unsupported version. Gary Reynolds 2017-06-02 18:30:12 +1000
  • fe8a09588e Updated tox.ini to final Django 1.11 Stéphane Raimbault 2017-05-25 16:21:23 +0200
  • df359d2bfc Deal with backwards compatibility by exception. Gary Reynolds 2017-06-02 17:56:37 +1000
  • 2abbbdab43 Remove Django 1.9 from testing matrix, unsupported version. Gary Reynolds 2017-06-02 06:56:57 +1000
  • c2aa3a1662 Migrated to TEMPLATES settings Adnan Umer 2017-04-17 15:54:16 +0500
  • c1842304c6 Unit Tests for CachedLoader Adnan Umer 2017-04-17 15:53:56 +0500
  • 472456d4d2 Django 1.9 Support Adnan Umer 2017-04-17 15:52:37 +0500
  • 1fcb491733 Updated Django 1.10 Version Check Adnan Umer 2017-03-16 00:52:07 +0500
  • f258521ebe Django 1.10 Support Adnan Umer 2017-03-16 00:47:17 +0500
  • bd99102e2e Deal with backwards compatibility by exception. Gary Reynolds 2017-06-02 17:56:37 +1000
  • c4e34cdfda Remove Django 1.9 from testing matrix, unsupported version. Gary Reynolds 2017-06-02 06:56:57 +1000
  • 24fd09d007 Merge branch 'master' into master Adnan Umer 2017-05-26 15:19:05 +0500
  • 4131b5f3ff Don't run makemigrations until set up is done (#459) Stéphane Raimbault 2017-03-21 15:16:56 +0100
  • 9466781822 Compatibility with Django 1.11 LTS (Tutorial) #477 -------------------------------------------------- Juan Marquez 2017-05-07 13:00:49 -0400
  • 4a49516c4a Updated docs regarding tests Bernardo Pires 2017-05-06 07:21:48 -0500
  • 400fdc26f3 Create install.rst Bernardo Pires 2017-05-05 16:15:10 -0500
  • ef6e25b8e7 Merge pull request #447 from izimobil/master Bernardo Pires 2017-04-24 20:03:24 +0200
  • 94e8b6cde4 Merge pull request #466 from Viatrak/master Bernardo Pires 2017-04-23 23:03:42 +0200
  • 9dd3858dae Merge pull request #452 from Jorl17/master Bernardo Pires 2017-04-23 23:00:35 +0200
  • a4fb6cd936 Merge pull request #454 from mcanaves/master Bernardo Pires 2017-04-23 22:53:23 +0200
  • 73fdfdff8e Resolved conflicts Mateu Cànaves 2017-04-18 12:18:35 +0200
  • ab12904826 Migrated to TEMPLATES settings Adnan Umer 2017-04-17 15:54:16 +0500
  • a21ed181fe Unit Tests for CachedLoader Adnan Umer 2017-04-17 15:53:56 +0500
  • 8634634b1c Django 1.9 Support Adnan Umer 2017-04-17 15:52:37 +0500
  • 090f5b3ef7 Bump version: 1.7.0 → 1.8.0 Gary Reynolds 2017-04-16 22:57:06 +1000
  • 6b8d41469a Updates for Django 1.11 Gary Reynolds 2017-04-16 22:35:33 +1000
  • 6f6c871a0c Fix documentation about custom management commands (#464) Stéphane Raimbault 2017-04-12 07:08:55 +0200
  • 36e1ba3800 Django 1.11 support (#463) Stéphane Raimbault 2017-04-12 07:06:19 +0200
  • 71019cded9 Bump version: 1.7.0 → 1.8.0 Gary Reynolds 2017-04-16 22:57:06 +1000
  • 42ef023436 Updates for Django 1.11 Gary Reynolds 2017-04-16 22:35:33 +1000
  • 8faa5a74bb Fix documentation about custom management commands (#464) Stéphane Raimbault 2017-04-12 07:08:55 +0200
  • 1cb00dc6db Django 1.11 support (#463) Stéphane Raimbault 2017-04-12 07:06:19 +0200
  • 8cb4d174a6 Update tests to reflect new IDs in Errors and Warnings viatrak 2017-03-24 12:19:52 -0500
  • 8f1480ad62 Add IDs to system checks. Can now be used in SILENCED_SYSTEM_CHECKS viatrak 2017-03-24 11:56:00 -0500
  • cf154c6463 Upgrade installation documentation for Django 1.8+ Stéphane Raimbault 2017-03-21 14:59:42 +0100
  • 26692945c1 Updated Django 1.10 Version Check Adnan Umer 2017-03-16 00:52:07 +0500
  • d2df0951a2 Django 1.10 Support Adnan Umer 2017-03-16 00:47:17 +0500
  • 45157bf459 Update docs with new command info Mateu Cànaves 2017-03-10 16:11:15 +0100
  • c5c1f06d71 Added parallel migration executor to tox and travis Mateu Cànaves 2017-03-10 16:09:59 +0100
  • 323cfcd38a Add migration executors Mateu Cànaves 2017-03-10 16:06:03 +0100
  • 2630ecbee4 Fix assert João Ricardo Lourenço 2017-03-09 16:37:44 +0000
  • b0dc8bdb54 Add an advanced usage section to the documentation João Ricardo Lourenço 2017-03-09 16:33:57 +0000
  • d80ac3ace5 Make self.get_tenant backwards compatible. Handle exceptions within process_request João Ricardo Lourenço 2017-03-09 16:33:28 +0000
  • 06a1b9d570 Support Python 2.6+ João Ricardo Lourenço 2017-03-08 20:19:07 +0000
  • f532cbacc9 Replicate old behavior where we raise self.TENANT_NOT_FOUND_EXCEPTION for DefaultTenantMiddleware João Ricardo Lourenço 2017-03-08 20:15:55 +0000
  • 540f32cab6 Raise NotImplementedError in get_tenant João Ricardo Lourenço 2017-03-08 19:03:20 +0000
  • 3223661559 Add BaseTenantMiddleware for easier custom middleware support João Ricardo Lourenço 2017-03-08 18:04:23 +0000
  • a7b3805f11 Fix compatibility issue with django < 1.9 David Jean Louis 2017-02-28 15:07:31 +0100
  • e51748612f Make sure tenant delete() method is called, even when using django querysets bulk delete method (fixes issue #446). David Jean Louis 2017-02-28 14:54:04 +0100
  • 8f71ffed76 Bump version: 1.6.11 → 1.7.0 Gary Reynolds 2017-02-23 07:56:52 +1100
  • b6d1b5afbc Add bumpversion configuration Gary Reynolds 2017-02-23 07:55:07 +1100
  • 2e789f71bc TenantStorageMixin (#442) Gary Reynolds 2017-02-22 20:08:37 +1100
  • 8b7201f9b9 Update README to remove non-ASCII characters. Refs #434. Gary Reynolds 2017-02-21 21:02:24 +1100
  • 3579735cb3 #424: Added IF EXISTS to DROP SCHEMA queries Alexander van Eck 2017-01-03 17:34:06 +0100
  • 93a0780c34 Merge pull request #436 from stephane/stephane/docs Gary Reynolds 2017-02-10 23:44:31 +1100
  • 80b148eb1b 'tenant_schemas' must be put at the top of INSTALLED_APPS Stéphane Raimbault 2017-02-09 21:59:58 +0100
  • aef4292b9f Cleanup trailing spaces in documentation Stéphane Raimbault 2017-02-09 21:59:31 +0100
  • 32b85e3bad Merge pull request #421 from AlexvEck/default-tenant-fix Gary Reynolds 2017-01-27 07:02:26 +1100