|
Update Elasticsearch dependency management and add documentation.
|
chipx86
|
December 15th, 2021, 6:32 p.m.
|
|
|
Cap dependencies on Python 2.7 and list compatible Python versions.
|
chipx86
|
December 15th, 2021, 7:10 p.m.
|
|
|
Lazily fetch the django_evolution app.
|
chipx86
|
November 17th, 2021, 12:07 a.m.
|
|
|
Don't attempt to apply mutations to newly-added models.
|
chipx86
|
December 16th, 2021, 9:01 p.m.
|
|
|
Pin the version of django-braces used during development.
|
chipx86
|
December 16th, 2021, 9:05 p.m.
|
|
|
Add release notes for rbintegrations 2.0.2.
|
chipx86
|
December 16th, 2021, 11:34 p.m.
|
|
|
Remove providing_args= from Signals.
|
chipx86
|
December 16th, 2021, 9 p.m.
|
|
|
Fix some documentation syntax errors.
|
chipx86
|
January 3rd, 2022, 2:26 a.m.
|
|
|
Add release notes for Django Evolution 2.1.3.
|
chipx86
|
January 3rd, 2022, 2:29 a.m.
|
|
|
Fix babel arguments for tests and extension packaging.
|
david
|
December 22nd, 2021, 12:22 p.m.
|
|
|
Cap the version of mysqlclient on Python 2.7.
|
chipx86
|
January 7th, 2022, 3:06 a.m.
|
|
|
Ensure compatibility patches are only applied once.
|
chipx86
|
January 2nd, 2022, 11:41 p.m.
|
|
|
Add a Django patch to work around a mysqlclient incompatibility.
|
chipx86
|
January 2nd, 2022, 11:23 p.m.
|
|
|
Use tox as a test environment manager.
|
chipx86
|
January 9th, 2022, 11:46 p.m.
|
|
|
Bullet-proof some static media operations in the unit tests.
|
chipx86
|
January 10th, 2022, 2:58 a.m.
|
|
|
Switch Django Evolution's test suite to use pytest.
|
chipx86
|
January 10th, 2022, 12:52 a.m.
|
|
|
Explicitly order keyword arguments in SpyCall.__repr__.
|
chipx86
|
January 9th, 2022, 11:39 p.m.
|
|
|
Switch the unit test runner to pytest.
|
chipx86
|
January 9th, 2022, 11:23 p.m.
|
|
|
Update to modern MIDDLEWARE setting.
|
david
|
January 7th, 2022, 7:10 p.m.
|
|
|
Add a patch for Python 3.10+'s collections module on Django <= 2.0.
|
chipx86
|
January 10th, 2022, 12:45 a.m.
|
|
|
Rename all test utility classes with a "Test" prefix.
|
chipx86
|
January 10th, 2022, 10:17 p.m.
|
|
|
Update the development and documentation dependencies.
|
chipx86
|
January 10th, 2022, 3:32 a.m.
|
|
|
Update djblets to support MIDDLEWARE setting.
|
david
|
January 7th, 2022, 2:30 p.m.
|
|
|
Update use of is_authenticated and is_anonymous.
|
david
|
January 11th, 2022, 10:31 a.m.
|
|
|
Improve TLS support for Active Directory.
|
chipx86
|
December 17th, 2021, 1:53 a.m.
|
|
|
Update djblets for future Django deprecations.
|
david
|
January 10th, 2022, 3:57 p.m.
|
|
|
Ignore a specific six-related import warning on Python 3.10 in tests.
|
chipx86
|
January 13th, 2022, 12:28 a.m.
|
|
|
Avoid a crash when disabling a non-enabled extension with load errors.
|
chipx86
|
January 12th, 2022, 12:33 a.m.
|
|
|
Update deprecation warning classes and warning catch code.
|
chipx86
|
January 13th, 2022, 12:24 a.m.
|
|
|
Add and use backports of Django's arg spec functions.
|
chipx86
|
January 12th, 2022, 11:25 p.m.
|
|
|
Add extension state cleanup and new features in ExtensionTestCaseMixin.
|
chipx86
|
January 11th, 2022, 8:56 p.m.
|
|
|
Update Markdown extension code for Markdown 3.0 deprecations.
|
chipx86
|
January 14th, 2022, 7:27 p.m.
|
|
|
Use ExtensionTestCaseMixin instead of ExtensionTestsMixin in tests.
|
chipx86
|
January 12th, 2022, 12:52 a.m.
|
|
|
Use Django's func_accepts_kwargs() for kwargs inspection.
|
chipx86
|
January 19th, 2022, 8:33 p.m.
|
|
|
Update the README for pytest, standalone assertions, and users.
|
chipx86
|
January 19th, 2022, 8:09 p.m.
|
|
|
Allow specifying a function name for spying on bad decorators.
|
chipx86
|
January 18th, 2022, 4:11 a.m.
|
|
|
Add release notes for kgb 7.
|
chipx86
|
January 18th, 2022, 5:13 a.m.
|
|
|
Add explicit support for pytest.
|
chipx86
|
January 18th, 2022, 4:40 a.m.
|
|
|
Add snake_case assertion functions and standalone assertions functions.
|
chipx86
|
January 18th, 2022, 4:27 a.m.
|
|
|
Update the package version generation and Python compatibility.
|
chipx86
|
January 10th, 2022, 9:30 p.m.
|
|
|
Add better version output and remove warnings in rbssh.
|
chipx86
|
January 20th, 2022, 7:29 p.m.
|
|
|
Move away from deprecated ifequal and ifnotequal tags.
|
david
|
January 20th, 2022, 3:17 p.m.
|
|
|
[Demo] Enhance and fix up the setup experience in prepare-dev.py.
|
chipx86
|
January 21st, 2022, 9:45 a.m.
|
|
|
Switch to compatibility imports for gettext.
|
chipx86
|
January 21st, 2022, 3:40 p.m.
|
|
|
Bug4906: Changed Logging to Logger in Integrations app
|
Chaoyu
|
January 22nd, 2022, 9:32 a.m.
|
|
|
Add a module for placeholders for hinted evolutions.
|
chipx86
|
January 22nd, 2022, 4:06 p.m.
|
|
|
Mark Diff ACLs and the DiffX parser as experimental.
|
chipx86
|
January 24th, 2022, 3:13 p.m.
|
|
|
Install custom builds of p4python on arm64.
|
chipx86
|
January 20th, 2022, 7:38 p.m.
|
|
|
Add release notes and bump the version for Djblets 2.3.
|
chipx86
|
January 24th, 2022, 8:30 p.m.
|
|
|
Update pytest dependencies and configuration for better compatibility.
|
chipx86
|
January 24th, 2022, 9:57 p.m.
|
|