mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed double spaces after periods and within phrases.
This commit is contained in:
@@ -32,7 +32,7 @@ class ActionAdmin(admin.ModelAdmin):
|
||||
|
||||
def get_urls(self):
|
||||
# Add the URL of our custom 'add_view' view to the front of the URLs
|
||||
# list. Remove the existing one(s) first
|
||||
# list. Remove the existing one(s) first
|
||||
from django.urls import re_path
|
||||
|
||||
def wrap(view):
|
||||
|
||||
Reference in New Issue
Block a user