summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-09Isolate geoapp test from sitemaps app being installed or notClaude Paroz
2013-07-09Partial revert of commit 2bf403ecbd95Claude Paroz
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
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 #18944 -- Documented PasswordResetForm's from_email argument as a backw...Tim Graham
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08Fixed #20493 -- Added a warning that objects may not be picklable across Djan...Tim Graham
2013-07-08Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.Tim Graham
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-08Completed some more name_local namesClaude Paroz
2013-07-08Fixed #20716 --Missing 'name_local' translationMathias Andre
2013-07-08Revert ".DS_Store can be ignored."Alex Gaynor
2013-07-07Merge branch 'docs-triage-needs-patch'Jeremy Dunck
2013-07-07Clarified trac patch-related field meaningJeremy Dunck
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-08.DS_Store can be ignored.Alex 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-06Fixed #14006 -- Documented that Field's 'description' attribute is interpolat...Tim Graham
2013-07-06[gis] Dropped official support for GDAL < 1.6Claude Paroz
2013-07-06Added release dates for gis libs as doc commentsClaude 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-05Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only supporte...Tim Graham
2013-07-05Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
2013-07-05Merge pull request #1331 from hekevintran/patch-1Marc Tamlyn
2013-07-04Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...Tim Graham
2013-07-04fixed grammarhekevintran
2013-07-04Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-07-04Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-04Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique con...Tim Graham
2013-07-04Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-07-03Fixed #20675 -- `check_password` should work when no password is specified.Simon Charette
2013-07-03Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-03Added check when fetching and updating translations from TransifexClaude Paroz
2013-07-03Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.Tim Graham
2013-07-02A couple more semicolon -> colon fixes; refs #18134.Tim Graham