|
Update pipeline storage class.
|
david
|
January 22nd, 2022, 3:47 p.m.
|
|
|
Eliminate all usage of six.moves.
|
david
|
January 20th, 2022, 12:40 a.m.
|
|
|
Fix pattern type in DynamicURLResolver.
|
david
|
January 21st, 2022, 4:48 p.m.
|
|
|
Update a test for new Django model repr
|
david
|
January 22nd, 2022, 2:47 p.m.
|
|
|
Don't import collection ABCs unless we know we need to.
|
david
|
January 20th, 2022, 2:16 p.m.
|
|
|
Switch away from undocumented QuerySetPaginator alias.
|
david
|
January 20th, 2022, 2:16 p.m.
|
|
|
Change quotes on a configforms test.
|
david
|
January 20th, 2022, 4:21 p.m.
|
|
|
Convert ugettext to gettext.
|
david
|
January 20th, 2022, 2:14 p.m.
|
|
|
Fix outdated assertion names.
|
david
|
January 20th, 2022, 2:13 a.m.
|
|
|
Register type equality checks for Q and F objects.
|
chipx86
|
February 4th, 2022, 9:36 p.m.
|
|
|
Support comparing SQL when order is not guaranteed in some statements.
|
chipx86
|
February 4th, 2022, 9:51 p.m.
|
|
|
Update URL patterns to use new path() and re_path().
|
david
|
January 29th, 2022, 1:13 p.m.
|
|
|
Convert ugettext to gettext.
|
david
|
February 2nd, 2022, 3:49 p.m.
|
|
|
Get rid of deprecated ifnotequal templatetag.
|
david
|
January 27th, 2022, 3:20 p.m.
|
|
|
Add renderer argument to form widgets.
|
david
|
January 26th, 2022, 5:51 p.m.
|
|
|
Add missing django.contrib.messages app.
|
david
|
January 26th, 2022, 6:46 p.m.
|
|
|
Change force_text to force_str
|
david
|
January 29th, 2022, 1:11 p.m.
|
|
|
Update paths for static templatetags
|
david
|
January 26th, 2022, 6:21 p.m.
|
|
|
Use modern inclusion method for admin URLs.
|
david
|
January 26th, 2022, 5:55 p.m.
|
|
|
Fix name of through table attribute for m2m field.
|
david
|
January 27th, 2022, 5:04 p.m.
|
|
|
Fix a broken try/except/else clause.
|
david
|
January 26th, 2022, 6:44 p.m.
|
|
|
Fix up deprecated import paths.
|
david
|
January 26th, 2022, 6:42 p.m.
|
|
|
Remove providing_args from all Signal instances.
|
david
|
January 27th, 2022, 7:38 p.m.
|
|
|
Use display_id when forming URLs in search tests.
|
david
|
January 27th, 2022, 5:11 p.m.
|
|
|
Switch to new pipeline storage class.
|
david
|
January 27th, 2022, 7:34 p.m.
|
|
|
Get rid of last six usage.
|
david
|
January 24th, 2022, 5:41 p.m.
|
|
|
Always use test_users fixture when we use test_site.
|
david
|
January 24th, 2022, 9:44 p.m.
|
|
|
Handle moved url methods.
|
david
|
January 22nd, 2022, 7:09 p.m.
|
|
|
Use .set() when assigning multiple relations.
|
david
|
January 24th, 2022, 6:37 p.m.
|
|
|
Add on_delete to ForeignKey definitions.
|
david
|
January 24th, 2022, 5:42 p.m.
|
|
|
Get rid of obsolete @python_2_unicode_compatible usage.
|
david
|
January 24th, 2022, 3:45 p.m.
|
|
|
Add a missing dependency bump for django_evolution.
|
chipx86
|
February 8th, 2022, 6:30 p.m.
|
|
|
Move to newer dnspython query API.
|
david
|
February 8th, 2022, 5:32 p.m.
|
|
|
Fix a string type issue in the BitBucket too-many-logins handler.
|
david
|
February 8th, 2022, 12:55 a.m.
|
|
|
Call middleware with new style invocation.
|
david
|
February 3rd, 2022, 5:59 p.m.
|
|
|
Switch a use of inspect.getargspec to func_accepts_kwargs
|
david
|
February 4th, 2022, 1:59 a.m.
|
|
|
Fix up outdated assertion names.
|
david
|
February 4th, 2022, 2 a.m.
|
|
|
Stop using compatibility backports.
|
david
|
February 4th, 2022, 2:02 a.m.
|
|
|
Get rid of support for legacy SCMTool method signatures.
|
david
|
February 4th, 2022, 2:01 a.m.
|
|
|
Update dependencies for Django 3.2
|
david
|
February 8th, 2022, 2:22 a.m.
|
|
|
Fix deadlocks during search tests.
|
david
|
February 12th, 2022, 12:46 p.m.
|
|
|
Always pass exc_info as a boolean.
|
david
|
February 12th, 2022, 2:35 p.m.
|
|
|
Don't use RequestContext with render_to_string
|
david
|
February 12th, 2022, 12:48 p.m.
|
|
|
Stop using deprecated django.utils.http.urlquote
|
david
|
February 12th, 2022, 2:51 p.m.
|
|
|
Fix a bunch of errors in query count assertions.
|
david
|
February 12th, 2022, 2:46 p.m.
|
|
|
Get rid of default_app_config definitions.
|
david
|
February 12th, 2022, 2:45 p.m.
|
|
|
Fix ordering of fixtures.
|
david
|
February 12th, 2022, 2:52 p.m.
|
|
|
Fix refreshing the list of tools.
|
chipx86
|
February 18th, 2022, 2:57 a.m.
|
|
|
Add a test SCMTool with a DiffX parser.
|
chipx86
|
February 20th, 2022, 3:52 a.m.
|
|
|
Add extraction of UNIX file modes and symlink targets from Git diffs.
|
chipx86
|
February 20th, 2022, 8 p.m.
|
|