index
:
django.git
fix-31295
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
2018-01-13
[2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.
jaywelborn
2018-01-12
[2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The instal...
Himanshu Chauhan
2017-12-22
[2.0.x] Fixed #28878 -- Added python_requires in setup.py and a warning for o...
Zac-HD
2017-12-12
[2.0.x] Fixed #28898 -- Corrected admin check to allow a OneToOneField in Mod...
Rodrigo Pinheiro Marques de Araújo
2017-10-21
[2.0.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
2017-09-21
Fixed #28576 -- Added color interpretation method to GDALBand.
Niall Dalton
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-16
Fixed #26818 -- Added responsive CSS for the admin.
elky
2017-09-06
Fixed #27318 -- Made cache.set_many() return the list of failed keys.
Olivier Tabone
2017-09-03
Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect o...
ZachLiuGIS
2017-09-02
Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.
LBerrocal
2017-08-22
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Kevin Grinberg
2017-08-12
Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...
Martin von Gagern
2017-08-10
Fixed #28386 -- Made operations within non-atomic migrations honor the operat...
Evan Grim
2017-08-07
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...
Timothy Allen
2017-07-21
Fixed #28418 -- Fixed queryset crash when using a GenericRelation to a proxy ...
Rachel Tobin
2017-06-19
Fixed #27858 -- Prevented read-only management commands from creating the dja...
Marti Raudsepp
2017-06-14
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
Lincoln Smith
2017-06-14
Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.
Adam Bogdał
2017-06-13
Fixed #28071 -- Fixed {% extends %} origin history.
John D'Ambrosio
2017-05-26
Fixed #27978 -- Allowed loaddata to read data from stdin.
Pavel Kulikov
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2017-05-09
Fixed #28081 -- Stopped setting Content-Length=0 in conditional_content_remov...
João Silva
2017-04-24
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
Carles Pina Estany
2017-04-14
Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view te...
Abhishek Gautam
2017-04-10
Fixed #27947 -- Doc'd that model Field.error_messages often don't propagate t...
Taavi Teska
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-03-31
Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates en...
Carlton Gibson
2017-03-25
Removed unexpected initial attribute in data migration examples.
Stefano Rivera
2017-03-06
Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Bo Marchman
2017-02-24
Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...
Pavlo Kapyshin
2017-02-09
Fixed #26551 -- Fixed negated Q() queries that span relations.
François Freitag
2017-02-04
Fixed #27767 -- Added distinct argument to ArrayAgg.
orf
2017-02-04
Fixed alphabetization of Tom's in AUTHORS.
Tim Graham
2017-01-31
Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
Lex Berezhny
2017-01-28
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
Thom Wiggers
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-13
Fixed #27518 -- Prevented possibie password reset token leak via HTTP Referer...
Romain Garrigues
2017-01-10
Fixed #27673 -- Made admin's checks run at check time instead of during regis...
Adam Chainz
2017-01-06
Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.
Sebastian Spiegel
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2016-12-29
Fixed #27653 -- Added Ukrainian locale formats.
Illia Volochii
2016-12-28
Fixed #27628 -- Fixed unarchiving a file without permission data.
Anton Samarchyan
2016-12-28
Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...
Josef Rousek
2016-12-28
Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload.
Aleksi Häkli
2016-12-19
Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...
Henry Dang
2016-12-07
Fixed #17002 -- Allowed using a ManyToManyField through model that inherits a...
InvalidInterrupt
2016-12-01
Refs #27546 -- Tested some __repr__() methods.
Keda87
2016-11-15
Refs #27003 -- Fixed SimpleArrayField crash on converted values.
Brandon Chinn
2016-11-15
Fixed #26985 -- Doc'd that ForeignKey.to_field reference must be unique.
Jonatas CD
[next]