index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-13
Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...
Tim Graham
2013-07-13
Fixed #20582 -- Allowed default Form.label_suffix to be translated
Claude Paroz
2013-07-12
Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()
Tim Graham
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
2013-07-12
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
Joeri Bekker
2013-07-12
Added clarification comments to django.utils.image; refs #19934
Christopher Medrela
2013-07-11
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
Claude Paroz
2013-07-11
Fixed #13721 -- Added UploadedFile.content_type_extra.
Benjamin Kagia
2013-07-09
Fixed #20663 -- "Today" and "now" admin shortcuts.
Loic Bistuer
2013-07-09
Added a test for the envelope() GeoQuerySet method
Claude Paroz
2013-07-09
Simplified testing connection type
Claude Paroz
2013-07-09
Made an aggregate test pass with spatialite backend
Claude Paroz
2013-07-09
Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.
Tim Graham
2013-07-09
Trusted test skipping about gis tests running or not
Claude Paroz
2013-07-09
Isolate geoapp test from sitemaps app being installed or not
Claude Paroz
2013-07-09
Partial revert of commit 2bf403ecbd95
Claude Paroz
2013-07-09
Fixed #17339 -- Factor out has_result into database backend.
Tim Graham
2013-07-08
Fixed last_executed_query test failure on Oracle
Shai Berger
2013-07-08
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Tim Graham
2013-07-08
Completed some more name_local names
Claude Paroz
2013-07-08
Fixed #20716 --Missing 'name_local' translation
Mathias Andre
2013-07-08
Use a more explicit check for whether these ids are None.
Alex Gaynor
2013-07-08
fixed a mis-importt in mysql/base.py
Alex Gaynor
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
Fixed a bug I introduced in my previosu ommit.
Alex Gaynor
2013-07-08
Replaced some dicts with sets.
Alex Gaynor
2013-07-07
Merge pull request #991 from stockr-labs/feature/email-backends-generators
Alex Gaynor
2013-07-08
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
Alex Gaynor
2013-07-08
A few cleanups to capture the minimum amount of code in try/except blocks.
Alex Gaynor
2013-07-08
Merge branch 'ticket_20613' of https://github.com/ersran9/django into t20613
Alex Gaynor
2013-07-08
Removed some logic that wasn't needed following removal of some deprecated code.
Alex Gaynor
2013-07-07
Fixed #20711 -- Fixed broken link in timesince.py docstring
SusanTan
2013-07-06
[gis] Dropped official support for GDAL < 1.6
Claude Paroz
2013-07-06
Tweaked proj string regex in gis tests
Claude Paroz
2013-07-06
Fixed 20613 - moved pickle loads/dumps outside with self._lock.reader()/write...
ersran9
2013-07-05
Deprecate usage of boolean value for widget attributes
Claude Paroz
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-04
Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...
Tim Graham
2013-07-04
Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
Tim Graham
2013-07-03
Fixed #20675 -- `check_password` should work when no password is specified.
Simon Charette
2013-07-03
Fixed #20687 -- Added documentation for django.core.signing API.
Tomáš Ehrlich
2013-07-01
Relied on NullHandler from the logging stdlib module.
Aymeric Augustin
2013-07-01
Deprecated django.utils.dictconfig.
Aymeric Augustin
2013-07-01
Fixed a few more imports of django.utils.unittest.
Aymeric Augustin
2013-07-01
This doesn't need to be a package any more.
Aymeric Augustin
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-07-01
Updated tests for deprecation of Option.get_(add|change|delete)_permission.
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-07-01
Fixed #20680 -- Deprecated django.utils.unittest.
Aymeric Augustin
[next]