mirror of
https://github.com/django/django.git
synced 2025-08-31 15:57:45 +00:00
Fixed many spelling mistakes in code, comments, and docs.
This commit is contained in:
parent
b6dd0afead
commit
93452a70e8
61 changed files with 187 additions and 187 deletions
|
@ -60,7 +60,7 @@ class Note(models.Model):
|
|||
def __init__(self, *args, **kwargs):
|
||||
super(Note, self).__init__(*args, **kwargs)
|
||||
# Regression for #13227 -- having an attribute that
|
||||
# is unpickleable doesn't stop you from cloning queries
|
||||
# is unpicklable doesn't stop you from cloning queries
|
||||
# that use objects of that type as an argument.
|
||||
self.lock = threading.Lock()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue