Changes between Version 7 and Version 8 of SummerOfCode2022


Ignore:
Timestamp:
Feb 9, 2022, 10:25:03 AM (3 years ago)
Author:
Carlton Gibson
Comment:

Added rate-limiting idea

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2022

    v7 v8  
    192192Implementing that would be a lovely addition to the ORM.
    193193
    194 
    195 
    196 ... MORE IDEAS INCOMING ...
     194== Add rate-limiting to core ==
     195
     196There's an old ticket [https://code.djangoproject.com/ticket/21289 Add login rate limiting to contrib.auth].
     197There's a quite recent [https://github.com/django/django/pull/13242 WIP PR] that shows the way there.
     198
     199Contrasting with the third-party [https://django-ratelimit.readthedocs.io/en/stable/index.html django-ratelimit] to determine what's the appropriate scope for what we'd want in the core framework would be important, and a good source of stretch-goals.
    197200
    198201== Or Create Your Own ==
Back to Top