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