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
path:
root
/
AUTHORS
Age
Commit message (
Expand
)
Author
2020-01-14
[3.0.x] Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter whe...
David Wobrock
2019-11-12
[3.0.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in ...
David Foster
2019-10-24
[3.0.x] Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Inde...
Hannes Ljungberg
2019-10-02
[3.0.x] Refs #30010 -- Doc'd running tests with django-docker-box.
Katherine Michel
2019-09-20
[3.0.x] Fixed #30771 -- Fixed exact lookup against queries with selected colu...
James Timmins
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-11
Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint().
Akash Agrawal
2019-08-08
Fixed #30673 -- Relaxed system check for db_table collision when database rou...
Adnan Umer
2019-07-03
Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for loc...
Chason Chaffin
2019-06-21
Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...
Nadège Michel
2019-06-04
Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...
Caio Ariede
2019-05-28
Simplified Model.save() a bit.
葛汉斌
2019-05-24
Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...
Rob
2019-05-21
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Rob
2019-05-17
Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...
Alex
2019-05-17
Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function...
Batuhan Taşkaya
2019-05-07
Removed unnecessary line in DebugLexer.tokenize().
sanchjat
2019-05-07
Fixed #30444 -- Moved SQL generation for tables to BaseDatabaseSchemaEditor.t...
Rob Golding-Day
2019-05-02
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints...
can
2019-05-01
Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...
zeyneloz
2019-04-26
Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds...
Jacob Green
2019-04-19
Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...
Scott Fitsimones
2019-04-16
Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is als...
Vinny Do
2019-04-13
Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_...
Krisjanis Vaiders
2019-04-08
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-04-01
Used QuerySet.bulk_create() in lookup.tests.
JangHyukJin
2019-03-25
Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
Nathan Gaberel
2019-03-23
Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.
Albert Wang
2019-03-21
Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.
birthdaysgift
2019-03-20
Fixed #28738 -- Added the GeometryDistance function.
Francisco Couzo
2019-03-09
Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL.
Hang Park
2019-02-27
Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
shiningfm
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-15
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
Nasir Hussain
2019-01-09
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
Joshua Cannon
2018-11-20
Fixed #29282 -- Prevented some admin checks from crashing with TypeError.
Sanyam Khurana
2018-11-19
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...
redodo
2018-10-30
Fixed #29783 -- Added app label validation to showmigrations command.
Junyoung
2018-10-23
Refs #29877 -- Made diveinto.org URLs HTTPS.
Jon Dufresne
2018-10-23
Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
za
2018-10-19
Fixed #29774 -- Fixed django-admin shell hang on startup.
Adam Allred
2018-10-11
Fixed #29814 -- Added support for NoneType serialization in migrations.
Patrik Sletmo
2018-10-04
Fixed #29775 -- Fixed URL converters in a nested namespaced path.
Eric Brandwein
2018-10-02
Fixed #29711 -- Added a system check for uniquness of admin actions' __name__.
Przemysław Buczkowski
2018-10-01
Fixed #29804 -- Added 'did you mean' suggestions for unsupported lookup error.
Abhinav Patil
2018-09-26
Fixed #29782 -- Added better error message when filtering queryset with Anony...
Ramon Saraiva
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-09-10
Fixed #16995 -- Clarified interaction of initial and extra with model formsets.
melipone
[next]