index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-09
Fixed #28777 -- Clarified the docs for admin.register's args.
Tim Graham
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-11-08
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...
shanghui
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-11-08
Refs #28593 -- Updated old class names in comments following URL routing chan...
Andrei Fokau
2017-11-07
Fixed #28585 -- Calculated admin's change form multipart context variable fro...
Claude Paroz
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-07
Fixed #28720 -- Added HttpRequest.get_full_path_info().
Jonas Haag
2017-11-07
Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.
Imran Iqbal
2017-11-07
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...
Claude Paroz
2017-11-07
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Tim Graham
2017-11-07
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...
Chris Lamb
2017-11-07
Refs #28518 -- Improved performance of assigning values to GeometryFields.
Sergey Fedoseev
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-07
Fixed typo in docs/topics/db/aggregation.txt.
Tim Graham
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-06
Fixed #28765 -- Clarified docs about what types the __in lookup accepts.
Tim Graham
2017-11-06
Fixed #28501 -- Fixed "python -m django runserver" crash.
Yusuke Miyazaki
2017-11-06
Added RestartWithReloaderTests.
Yusuke Miyazaki
2017-11-04
Fixed #28632 -- Updated docs about using raw SQL with GIS and doc'd changes f...
Sergey Fedoseev
2017-11-04
Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.
Sergey Fedoseev
2017-11-04
Simplified GeometryField.select_format().
Sergey Fedoseev
2017-11-03
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Tom
2017-11-03
Improved technique for matching input prompts in contrib.auth management tests.
Tim Graham
2017-11-03
Clarified error message for when sqlplarse isn't installed.
Nick
2017-11-03
Fixed #28768 -- Added Slovak char map for Javascript slug generation.
Ondrej Kolimar
2017-11-02
Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.
Mike Hansen
2017-11-01
Added stub release notes for 1.11.8.
Tim Graham
2017-11-01
Added release date for 1.11.7.
Tim Graham
2017-11-01
Fixed #28759 -- Promoted the contributing guide in the docs for the django-de...
Tim Graham
2017-11-01
Fixed #28745 -- Added first and last page links to paginator docs example.
Sam Morrow
2017-11-01
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
2017-11-01
Described how querysets are protected from SQL injection in more detail.
Tim Graham
2017-11-01
Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extra_contex...
Tim Graham
2017-11-01
Made assorted edits to docs/releases/2.0.txt.
Adam Johnson
2017-11-01
Refs #23919 -- Replaced doc references to django.utils.http.urlquote() and ur...
Tim Graham
2017-11-01
Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...
Tim Graham
2017-10-31
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...
Charlie Denton
2017-10-31
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
Adam Johnson
2017-10-31
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
Ville Skyttä
2017-10-31
Fixed typo in tests/many_to_many/tests.py.
Rajesh Veeranki
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-10-30
Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reve...
Paulo
2017-10-30
Removed docs for obsolete compatibility checks.
Adam Johnson
2017-10-30
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with ...
Adam Johnson
2017-10-28
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
Ran Benita
2017-10-28
Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works on add f...
Botond Beres
2017-10-28
Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" ...
Botond Beres
2017-10-28
Refs #28457 -- Removed unused .next-step CSS in django/views/templates/defaul...
Tim Baxter
2017-10-28
Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.
Tim Baxter
[prev]
[next]