|
|
1
|
Get rid of obsolete @python_2_unicode_compatible usage.
|
david
|
January 24th, 2022, 12:45 p.m.
|
|
|
|
1
|
Mark Diff ACLs and the DiffX parser as experimental.
|
chipx86
|
January 24th, 2022, 2:13 p.m.
|
|
|
|
1
|
Get rid of last six usage.
|
david
|
January 24th, 2022, 2:41 p.m.
|
|
|
|
1
|
Add on_delete to ForeignKey definitions.
|
david
|
January 24th, 2022, 2:42 p.m.
|
|
|
|
1
|
Use .set() when assigning multiple relations.
|
david
|
January 24th, 2022, 3:37 p.m.
|
|
|
|
1
|
Always use test_users fixture when we use test_site.
|
david
|
January 24th, 2022, 6:44 p.m.
|
|
|
|
1
|
Add release notes and bump the version for Djblets 2.3.
|
chipx86
|
January 24th, 2022, 7:30 p.m.
|
|
|
|
1
|
Fix building docs on Python 3.
|
chipx86
|
January 24th, 2022, 7:32 p.m.
|
|
|
|
1
|
Change how patches are imported/applied, and patch during test runs.
|
chipx86
|
January 24th, 2022, 8:27 p.m.
|
|
|
|
1
|
Update package metadata and tox for supported Python versions.
|
chipx86
|
January 24th, 2022, 8:31 p.m.
|
|
|
|
1
|
Update pytest dependencies and configuration for better compatibility.
|
chipx86
|
January 24th, 2022, 8:57 p.m.
|
|
|
|
1
|
Use getfullargspec on Python 3 and getargspec on Python 2.
|
chipx86
|
January 24th, 2022, 9:27 p.m.
|
|
|
|
1
|
Add release notes for Review Board 4.0.5.
|
chipx86
|
January 24th, 2022, 9:54 p.m.
|
|
|
|
1
|
Fix building docs on Python 3.
|
chipx86
|
January 24th, 2022, 9:57 p.m.
|
|
|
|
1
|
Tweak check for request.resolver_match in extension templatetags.
|
david
|
January 26th, 2022, 9:51 a.m.
|
|
|
|
1
|
Switch out force_text and smart_text for force_str and smart_str
|
david
|
January 26th, 2022, 9:52 a.m.
|
|
|
|
1
|
Fix bad QueryDict syntax.
|
david
|
January 26th, 2022, 9:55 a.m.
|
|
|
|
1
|
Define MEDIA_URL in test settings.
|
david
|
January 26th, 2022, 9:57 a.m.
|
|
|
|
|
Remove deprecated and outdated files.
|
david
|
January 26th, 2022, 12:47 p.m.
|
|
|
|
1
|
Make @superuser_required delegate to @login_required.
|
david
|
January 26th, 2022, 2:50 p.m.
|
|
|
|
1
|
Add renderer argument to form widgets.
|
david
|
January 26th, 2022, 2:51 p.m.
|
|
|
|
1
|
Use modern inclusion method for admin URLs.
|
david
|
January 26th, 2022, 2:55 p.m.
|
|
|
|
1
|
Update paths for static templatetags
|
david
|
January 26th, 2022, 3:21 p.m.
|
|
|
|
1
|
Fix up deprecated import paths.
|
david
|
January 26th, 2022, 3:42 p.m.
|
|
|
|
1
|
Fix a broken try/except/else clause.
|
david
|
January 26th, 2022, 3:44 p.m.
|
|
|
|
1
|
Add missing django.contrib.messages app.
|
david
|
January 26th, 2022, 3:46 p.m.
|
|
|
|
1
|
Add a serialization layer for signature and Python data representations.
|
chipx86
|
January 26th, 2022, 11:54 p.m.
|
|
|
|
1
|
Get rid of deprecated ifnotequal templatetag.
|
david
|
January 27th, 2022, 12:20 p.m.
|
|
|
|
1
|
Fix name of through table attribute for m2m field.
|
david
|
January 27th, 2022, 2:04 p.m.
|
|
|
|
1
|
Use display_id when forming URLs in search tests.
|
david
|
January 27th, 2022, 2:11 p.m.
|
|
|
|
1
|
Switch to new pipeline storage class.
|
david
|
January 27th, 2022, 4:34 p.m.
|
|
|
|
1
|
Remove providing_args from all Signal instances.
|
david
|
January 27th, 2022, 4:38 p.m.
|
|
|
|
|
Add a "Last Updated By" column to the dashboard.
|
KY
kylemclean
|
January 28th, 2022, 12:59 p.m.
|
|
|
|
1
|
Fix errors from BitBucket submitted hook with too many logins.
|
david
|
January 28th, 2022, 2:36 p.m.
|
|
|
|
1
|
Add initial support for Django 3.2 and 4.0.
|
chipx86
|
January 28th, 2022, 10:11 p.m.
|
|
|
|
1
|
Change force_text to force_str
|
david
|
January 29th, 2022, 10:11 a.m.
|
|
|
|
1
|
Update URL patterns to use new path() and re_path().
|
david
|
January 29th, 2022, 10:13 a.m.
|
|
|
|
1
|
Fix a handful of regressions/environment-dependent issues in unit tests.
|
chipx86
|
January 31st, 2022, 4:39 p.m.
|
|
|
|
1
|
Fix the version specifier for the new p4python arm64 builds.
|
chipx86
|
January 31st, 2022, 4:43 p.m.
|
|
|
|
1
|
Enable support for pytest as our test runner.
|
chipx86
|
January 31st, 2022, 7:54 p.m.
|
|
|
|
1
|
Add functions for querying and caching starred item counts for a user.
|
chipx86
|
February 2nd, 2022, 2:53 a.m.
|
|
|
|
1
|
Convert ugettext to gettext.
|
david
|
February 2nd, 2022, 12:49 p.m.
|
|
|
|
1
|
Call middleware with new style invocation.
|
david
|
February 3rd, 2022, 2:59 p.m.
|
|
|
|
|
Top Level Reviews API Endpoint
|
TaylorChristie
|
February 3rd, 2022, 4:18 p.m.
|
|
|
|
|
Fixed the signature in the email sent when the review request is closed by admin
|
sheenaNg
|
February 3rd, 2022, 9:08 p.m.
|
|
|
|
1
|
Switch a use of inspect.getargspec to func_accepts_kwargs
|
david
|
February 3rd, 2022, 10:59 p.m.
|
|
|
|
1
|
Fix up outdated assertion names.
|
david
|
February 3rd, 2022, 11 p.m.
|
|
|
|
1
|
Get rid of support for legacy SCMTool method signatures.
|
david
|
February 3rd, 2022, 11:01 p.m.
|
|
|
|
1
|
Stop using compatibility backports.
|
david
|
February 3rd, 2022, 11:02 p.m.
|
|
|
|
2
|
Experimantal GraphQL Endpoint
|
DR
dronan
|
February 4th, 2022, 1:23 p.m.
|
|