summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
Thanks tunixman for the suggestion and Loic Bistuer for the review.
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-12Fixed #17528 -- Documented that add() and remove() with a many-to-many ↵Tim Graham
relationship do not call Model.save()
2013-07-12Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
Thanks dj.facebook at gmail.com for the report and initial patch and Areski Belaid and senko for improvements.
2013-07-11Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
Thanks glarrain for the report.
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
Thanks Waldemar Kornewald and mvschaik for work on the patch.
2013-07-11Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
Thanks ijl20@ for the report.
2013-07-10Added some missing test requirements in the docs; refs #19196Tim Graham
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Added 1.7 release notes in TOC.Aymeric Augustin
2013-07-09Fixed #20663 -- "Today" and "now" admin shortcuts.Loic Bistuer
Changed the shortcuts next to date and time intput widgets to account for the current timezone. Refs #7717, #14253 and #18768.
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08Fixed #18944 -- Documented PasswordResetForm's from_email argument as a ↵Tim Graham
backwards incompatible change for 1.3 Thanks DrMeers for the report.
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
Thanks gregcorey@ for the suggestion.
2013-07-08Fixed #20493 -- Added a warning that objects may not be picklable across ↵Tim Graham
Django versions Thanks cataliniacob for the suggestion and review.
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
Thanks johnsmith for the suggestion.
2013-07-07Clarified trac patch-related field meaningJeremy Dunck
There was some confusion on the mentorship list as to whether 'needs tests' meant that a given ticket might not need tests, as opposed to flagging a specific patch as still needing tests. This commit seeks to clarify that confusion.
2013-07-06Fixed #14006 -- Documented that Field's 'description' attribute is ↵Tim Graham
interpolated with field.__dict__ Thanks abeld for the suggestion.
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
Thanks Marc Tamlyn and Tim Graham for the review.
2013-07-05Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ↵Tim Graham
supported by Postgres. Thanks jtiai for the suggestion.
2013-07-05Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
Thanks astorije@ for the report.
2013-07-04fixed grammarhekevintran
2013-07-04Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
Thanks semenov and pegler.
2013-07-04Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
Thanks littlepig for the report.
2013-07-04Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique ↵Tim Graham
constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84.
2013-07-04Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
Thanks rene@ for the suggestion.
2013-07-03Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
Thanks michel@ for the suggestion.
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
Thanks Baptiste Mispelon for the suggestion.
2013-07-03Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3.Tim Graham
Thanks garrison for the suggestion.
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
The module still exists for whoever uses it in its current state, but it isn't imported by Django anywhere.
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
Refs #20680.
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
Refs #19204.
2013-07-01Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews.
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
Forward-port of 0de21a6 from stable/1.6.x.
2013-07-01Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin
Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b from stable/1.6.x.
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
Thanks Riley Strong for the report.
2013-06-29Simplified description of HttpResponse(<iterator>)Aymeric Augustin
Related to 8b9b8d3b.
2013-06-29More import removalsClaude Paroz
Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups.
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
1.5.