summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-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-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 #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
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
2013-07-02Fix "semicolon" in docsBen Firshman
2013-07-01Relied on NullHandler from the logging stdlib module.Aymeric Augustin
2013-07-01Reflected the new default value of LOGGING_CONFIG in docs.Aymeric Augustin
2013-07-01Deprecated django.utils.dictconfig.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2013-07-01Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
2013-07-01Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-29Simplified description of HttpResponse(<iterator>)Aymeric Augustin
2013-06-29More import removalsClaude Paroz
2013-06-29Fixed 1.6 release notes.Florian Apolloner
2013-06-28Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.Ramiro Morales
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales
2013-06-28Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-28Added missing deprecation note for model permission methods.Simon Charette
2013-06-28Updated FAQ to reflect official Python 3 supportClaude Paroz
2013-06-28Updated FAQ entry about python 3Claude Paroz
2013-06-28Master is now pre-1.7.Jacob Kaplan-Moss
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Fix typoKen Bolton
2013-06-27Docs for related_query_nameAndrew Godwin
2013-06-27Fixed LOGGING setting docsClaude Paroz
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-26Add missing preposition in documentationTrey Hunner
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-26Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...Loic Bistuer
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette