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
/
django
Age
Commit message (
Expand
)
Author
2015-08-04
Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.
Matt Robenolt
2015-08-04
Fixed #25191 -- Added string diff to SimpleTestCase.assertXMLEqual() message.
Caio Ariede
2015-08-04
Used @cached_property for BaseForm.changed_data.
Curtis Maloney
2015-08-04
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...
Curtis Maloney
2015-08-03
Removed unused Field.get_flatchoices() method.
Tim Graham
2015-08-03
Fixed #25206 -- Fixed error message when checking a ModelAdmin fieldset's fie...
Alasdair Nicol
2015-08-03
Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT.
Donggi Jung
2015-08-03
Made the @register decorator importable from contrib.gis.admin.
aroche
2015-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2015-08-01
Removed unnecessary if statement in createsuperuser command.
Tim Graham
2015-08-01
Fixed #25146 -- Allowed method_decorator() to decorate classes.
Rigel Di Scala
2015-08-01
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-08-01
Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...
Adam Chainz
2015-07-31
Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...
Jay Cox
2015-07-31
Refs #25184 -- Started deprecation for contrib.gis.geoip.
Flavio Curella
2015-07-31
Fixed #25184 -- Added support for MaxMind GeoLite2 database format
Flavio Curella
2015-07-31
Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().
Tim Graham
2015-07-30
Fixed #24444 -- Updated contrib.admin to use django-flat-theme
elky
2015-07-30
Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().
Tim Graham
2015-07-29
Fixed #25163 -- Added hint for non-staff users to admin login page.
Luis Visintini
2015-07-29
Fixed #25185 -- Added support for functools.partial serialization in migrations
Piper Merriam
2015-07-28
Fixed #25186 -- Improved migration's serialization of builtins on Python 2.
Piper Merriam
2015-07-28
Adjusted SQLCompiler.get_order_by()'s docstring return value.
risicle
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...
Akis Kesoglou
2015-07-27
Fixed #24127 -- Changed the default current_app to the current namespace.
Marten Kenbeek
2015-07-27
Fixed #25095 -- Fixed annotate() + values() group by bug
Mitchell Kotler
2015-07-25
Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.
Konrad Świat
2015-07-24
Fixed #22258 -- Added progress status for dumpdata when outputting to file
Claude Paroz
2015-07-23
Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
Matt Johnson
2015-07-22
Fixed JavaScript "no-cond-assign" violations.
Tim Graham
2015-07-22
Fixed JavaScript "no-eval" violation.
Tim Graham
2015-07-22
Fixed JavaScript "strict" violations.
Tim Graham
2015-07-22
Fixed JavaScript "no-underscore-dangle" violations.
Tim Graham
2015-07-22
Fixed JavaScript "no-shadow" violations.
Tim Graham
2015-07-22
Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.
Tim Graham
2015-07-21
Fixed #25155 -- Removed an inner class in core.management.color for PyPy perf...
Tim Graham
2015-07-21
Corrected HTML-escaping behaviour of url template tag.
Luke Plant
2015-07-21
Fixed #24126 -- Deprecated current_app parameter to auth views.
lukasz.wojcik
2015-07-20
Reworded contrib.auth forms' password confirmation help_text.
Wim Feijen
2015-07-20
Fixed #25141 -- Diminished GDAL dependence during geojson serialization
Claude Paroz
2015-07-20
Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.
Tim Graham
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
2015-07-20
Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.
Tim Graham
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-18
Fixed JavaScript "no-octal-escape" violations.
Tim Graham
2015-07-18
Fixed JavaScript "no-multi-spaces" violations.
Tim Graham
2015-07-18
Fixed JavaScript "space-infix-ops" violations.
Tim Graham
2015-07-18
Fixed JavaScript "dot-notation" violations.
Tim Graham
[prev]
[next]