Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.0.x] Updated typing error #10664

Closed
wants to merge 375 commits into from
Closed

[2.0.x] Updated typing error #10664

wants to merge 375 commits into from

Conversation

djangocontributors
Copy link

@djangocontributors djangocontributors commented Nov 19, 2018

  1. boundfield.py
    132 line, contents -> 'contents' (Ambiguity override)

  2. forms.py
    65 line, by -> from

  3. forms.py
    389 line, data -> the data

  4. formsets.py
    106 line, return -> Return

  5. formsets.py
    114 line, inlines -> in-lines

  6. formsets.py
    297 line, on -> of

  7. django/django/db/utils.py
    136 line,
    Requires additional annotation information as to whether 'database' is used as a variable.
    If not variable, suggest upper case.

  8. session.py
    13 line & 14line, on -> onto

  9. session.py
    20 line, make -> makes / made

  10. lookups.py
    76 line, null -> None

  11. lookups.py
    55 line, 'search' word need big quotation mark

charettes and others added 30 commits November 30, 2017 10:43
…eignKey pointing to a MTI model.

Regression in b9f8635.

Modified backport of e50add6 from master
…min's Media before its formset's Media.

This provides better backwards compatibility following refs #28377.

Backport of 03974d8 from master
…reign key constraint" crash on MySQL with a sequence of AlterField or RenameField operations.

Regression in 45ded05.

Backport of c3e0adc from master
…QLite.

Thanks Ramiro for the input and Tim for the review.

Backport of 095c1aa from master
…in "Add another" inlines.

Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.

Backport of 8105764 from master
…eneration for models with quoted db_table.

Thanks Simon Charette and Tim Graham for the review and Carlos E. C.
Leite for the report.

Backport of f79d9a3 from master
…r models with quoted db_table.

Thanks Simon Charette and Tim Graham for the review and Carlos E. C.
Leite for the report.

Backport of fc48047 from master
…s lowercase only letters.

Backport of bae365e from master
… to a model that uses more than one level of MTI.
…oreignKey pointing to a model that uses more than one level of MTI."

This reverts commit a2aea45 as it was
committed by mistake.
sir-sigurd and others added 28 commits July 6, 2018 08:56
…eate().

A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.

Backport of 271542d from master
…Django 1.11.

Behavior changed in f734e2d
(refs #27334).

Backport of 89d4d41 from master
W504 is mutually exclusive with W503 that we follow.

Backport of 58d1e9a from master.
@carltongibson
Copy link
Member

Assuming this is an error. @djangocontributors If you can let me know what you're trying to do here perhaps I can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment