|
|
1
|
Add and use backports of Django's arg spec functions.
|
chipx86
|
January 12th, 2022, 10:25 p.m.
|
|
|
|
1
|
Update deprecation warning classes and warning catch code.
|
chipx86
|
January 12th, 2022, 11:24 p.m.
|
|
|
|
1
|
Ignore a specific six-related import warning on Python 3.10 in tests.
|
chipx86
|
January 12th, 2022, 11:28 p.m.
|
|
|
|
1
|
Update Markdown extension code for Markdown 3.0 deprecations.
|
chipx86
|
January 14th, 2022, 6:27 p.m.
|
|
|
|
2
|
Allow specifying a function name for spying on bad decorators.
|
chipx86
|
January 18th, 2022, 3:11 a.m.
|
|
|
|
2
|
Add snake_case assertion functions and standalone assertions functions.
|
chipx86
|
January 18th, 2022, 3:27 a.m.
|
|
|
|
2
|
Add explicit support for pytest.
|
chipx86
|
January 18th, 2022, 3:40 a.m.
|
|
|
|
2
|
Add release notes for kgb 7.
|
chipx86
|
January 18th, 2022, 4:13 a.m.
|
|
|
|
1
|
Update the README for pytest, standalone assertions, and users.
|
chipx86
|
January 19th, 2022, 7:09 p.m.
|
|
|
|
1
|
Use Django's func_accepts_kwargs() for kwargs inspection.
|
chipx86
|
January 19th, 2022, 7:33 p.m.
|
|
|
|
1
|
Eliminate all usage of six.moves.
|
david
|
January 19th, 2022, 9:40 p.m.
|
|
|
|
1
|
Remove use of six
|
david
|
January 19th, 2022, 11:01 p.m.
|
|
|
|
1
|
Fix outdated assertion names.
|
david
|
January 19th, 2022, 11:13 p.m.
|
|
|
|
1
|
Convert ugettext to gettext.
|
david
|
January 20th, 2022, 11:14 a.m.
|
|
|
|
1
|
Switch away from undocumented QuerySetPaginator alias.
|
david
|
January 20th, 2022, 11:16 a.m.
|
|
|
|
1
|
Don't import collection ABCs unless we know we need to.
|
david
|
January 20th, 2022, 11:16 a.m.
|
|
|
|
1
|
Get rid of __future__ imports
|
david
|
January 20th, 2022, 11:41 a.m.
|
|
|
|
1
|
Change quotes on a configforms test.
|
david
|
January 20th, 2022, 1:21 p.m.
|
|
|
|
1
|
Move away from deprecated ifequal and ifnotequal tags.
|
david
|
January 20th, 2022, 2:17 p.m.
|
|
|
|
1
|
Add better version output and remove warnings in rbssh.
|
chipx86
|
January 20th, 2022, 6:29 p.m.
|
|
|
|
1
|
Install custom builds of p4python on arm64.
|
chipx86
|
January 20th, 2022, 6:38 p.m.
|
|
|
|
|
[Demo] Enhance and fix up the setup experience in prepare-dev.py.
|
chipx86
|
January 21st, 2022, 8:45 a.m.
|
|
|
|
1
|
Switch to class-based JavascriptCatalog view.
|
david
|
January 21st, 2022, 10:54 a.m.
|
|
|
|
1
|
Explicitly escape for "unsafe" mode in definevar.
|
david
|
January 21st, 2022, 10:55 a.m.
|
|
|
|
1
|
Switch to using named logging inside cmdline folder
|
gdehal
|
January 21st, 2022, 11:06 a.m.
|
|
|
|
1
|
Added styling for logged-out mobile user actions.
|
DR
dronan
|
January 21st, 2022, 11:41 a.m.
|
|
|
|
1
|
Update URL patterns to use new path() and re_path().
|
david
|
January 21st, 2022, 12:25 p.m.
|
|
|
|
1
|
Add flake8/pep8 settings to setup.cfg
|
david
|
January 21st, 2022, 12:33 p.m.
|
|
|
|
1
|
Fix diff error bundle using wrong string type on Python 3.
|
KY
kylemclean
|
January 21st, 2022, 12:47 p.m.
|
|
|
|
1
|
Change middleware to always be new-style.
|
david
|
January 21st, 2022, 12:48 p.m.
|
|
|
|
1
|
Remove default_app_config definitions.
|
david
|
January 21st, 2022, 1:25 p.m.
|
|
|
|
1
|
Added email validation for users before they are added to an email recipient list
|
TaylorChristie
|
January 21st, 2022, 1:27 p.m.
|
|
|
|
1
|
Update template loaders for new API.
|
david
|
January 21st, 2022, 1:32 p.m.
|
|
|
|
1
|
Fix pattern type in DynamicURLResolver.
|
david
|
January 21st, 2022, 1:48 p.m.
|
|
|
|
1
|
Use named logging in accounts module
|
KY
kylemclean
|
January 21st, 2022, 2:02 p.m.
|
|
|
|
1
|
Add renderer argument to form widgets.
|
david
|
January 21st, 2022, 2:02 p.m.
|
|
|
|
1
|
Pass choices as kwarg for TimeZoneField.
|
david
|
January 21st, 2022, 2:08 p.m.
|
|
|
|
1
|
Use new import path for static templatetags.
|
david
|
January 21st, 2022, 2:18 p.m.
|
|
|
|
1
|
Move away from deprecated ifequal and ifnotequal tags.
|
david
|
January 21st, 2022, 2:19 p.m.
|
|
|
|
1
|
Switch to compatibility imports for gettext.
|
chipx86
|
January 21st, 2022, 2:40 p.m.
|
|
|
|
|
Bug4906: Changed Logging to Logger in Integrations app
|
Chaoyu
|
January 22nd, 2022, 8:32 a.m.
|
|
|
|
1
|
Update a test for new Django model repr
|
david
|
January 22nd, 2022, 11:47 a.m.
|
|
|
|
1
|
Fix some test errors in extension manager caused by database changes.
|
david
|
January 22nd, 2022, 11:48 a.m.
|
|
|
|
1
|
Invoke session middleware correctly.
|
david
|
January 22nd, 2022, 12:30 p.m.
|
|
|
|
1
|
Update to Django 3.2.
|
david
|
January 22nd, 2022, 12:43 p.m.
|
|
|
|
1
|
Update pipeline storage class.
|
david
|
January 22nd, 2022, 12:47 p.m.
|
|
|
|
|
Fixed HTTP Digest backend unauthenticated user being added as reviewer issue- Bug-4929
|
sheenaNg
|
January 22nd, 2022, 1:43 p.m.
|
|
|
|
1
|
Switch away from six moves shims.
|
david
|
January 22nd, 2022, 3:03 p.m.
|
|
|
|
1
|
Add a module for placeholders for hinted evolutions.
|
chipx86
|
January 22nd, 2022, 3:06 p.m.
|
|
|
|
1
|
Handle moved url methods.
|
david
|
January 22nd, 2022, 4:09 p.m.
|
|