| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-12 | Fixed #20429 -- Added QuerySet.update_or_create | Karol Sikora | |
| Thanks tunixman for the suggestion and Loic Bistuer for the review. | |||
| 2013-07-12 | Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' | Joeri Bekker | |
| 2013-07-12 | Fixed #17528 -- Documented that add() and remove() with a many-to-many ↵ | Tim Graham | |
| relationship do not call Model.save() | |||
| 2013-07-12 | Fixed #20735 -- clarified ManyToManyField constructor doc | Christopher Medrela | |
| 2013-07-11 | Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend | Claude Paroz | |
| Thanks dj.facebook at gmail.com for the report and initial patch and Areski Belaid and senko for improvements. | |||
| 2013-07-11 | Fixed #20730 -- Fixed "Programmatically creating permissions" error. | Tim Graham | |
| Thanks glarrain for the report. | |||
| 2013-07-11 | Fixed #13721 -- Added UploadedFile.content_type_extra. | Benjamin Kagia | |
| Thanks Waldemar Kornewald and mvschaik for work on the patch. | |||
| 2013-07-11 | Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt | Tim Graham | |
| Thanks ijl20@ for the report. | |||
| 2013-07-10 | Added some missing test requirements in the docs; refs #19196 | Tim Graham | |
| 2013-07-10 | Fixed #19196 -- Added test/requirements | Tim Graham | |
| 2013-07-09 | Added 1.7 release notes in TOC. | Aymeric Augustin | |
| 2013-07-09 | Fixed #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-09 | Fixed #18261 -- Clarified 'project root directory' | SusanTan | |
| 2013-07-08 | Fixed #18944 -- Documented PasswordResetForm's from_email argument as a ↵ | Tim Graham | |
| backwards incompatible change for 1.3 Thanks DrMeers for the report. | |||
| 2013-07-08 | Fixed #19695 -- Retitle "Form Media" to "Form Assets". | James Bennett | |
| 2013-07-08 | Fixed #16965 -- Clarified Formset can_delete docs. | Tim Graham | |
| Thanks gregcorey@ for the suggestion. | |||
| 2013-07-08 | Fixed #20493 -- Added a warning that objects may not be picklable across ↵ | Tim Graham | |
| Django versions Thanks cataliniacob for the suggestion and review. | |||
| 2013-07-08 | Fixed #12346 -- Added a note on how to validate InlineFormSets. | Tim Graham | |
| Thanks johnsmith for the suggestion. | |||
| 2013-07-07 | Clarified trac patch-related field meaning | Jeremy 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-06 | Fixed #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.6 | Claude Paroz | |
| 2013-07-06 | Added release dates for gis libs as doc comments | Claude Paroz | |
| 2013-07-05 | Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. | |||
| 2013-07-05 | Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ↵ | Tim Graham | |
| supported by Postgres. Thanks jtiai for the suggestion. | |||
| 2013-07-05 | Fixed #19539 -- Updated custom model fields example for Python 3. | Tim Graham | |
| Thanks astorije@ for the report. | |||
| 2013-07-04 | fixed grammar | hekevintran | |
| 2013-07-04 | Fixed #20134 -- Correct list of fields that UserManager requires. | Tim Graham | |
| Thanks semenov and pegler. | |||
| 2013-07-04 | Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. | Tim Graham | |
| Thanks littlepig for the report. | |||
| 2013-07-04 | Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique ↵ | Tim Graham | |
| constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84. | |||
| 2013-07-04 | Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs. | Tim Graham | |
| Thanks rene@ for the suggestion. | |||
| 2013-07-03 | Fixed #20609 -- Documented how to use request.user with RequestFactory | SusanTan | |
| Thanks michel@ for the suggestion. | |||
| 2013-07-03 | Fixed #20687 -- Added documentation for django.core.signing API. | Tomáš Ehrlich | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2013-07-03 | Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. | Tim Graham | |
| Thanks garrison for the suggestion. | |||
| 2013-07-02 | A couple more semicolon -> colon fixes; refs #18134. | Tim Graham | |
| 2013-07-02 | Fix "semicolon" in docs | Ben Firshman | |
| 2013-07-01 | Relied on NullHandler from the logging stdlib module. | Aymeric Augustin | |
| 2013-07-01 | Reflected the new default value of LOGGING_CONFIG in docs. | Aymeric Augustin | |
| 2013-07-01 | Deprecated 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-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-07-01 | Fixed #20680 -- Deprecated django.utils.unittest. | Aymeric Augustin | |
| Refs #19204. | |||
| 2013-07-01 | Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation. | Baptiste Mispelon | |
| Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews. | |||
| 2013-07-01 | Bumped minimum Python version requirement to 2.7 in Django 1.7. | Aymeric Augustin | |
| 2013-07-01 | Stopped branding Python 3 support as experimental. | Aymeric Augustin | |
| Forward-port of 0de21a6 from stable/1.6.x. | |||
| 2013-07-01 | Updated 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-29 | Fixed #20677 - Typos in generic_inlineformset_factory docs. | Tim Graham | |
| Thanks Riley Strong for the report. | |||
| 2013-06-29 | Simplified description of HttpResponse(<iterator>) | Aymeric Augustin | |
| Related to 8b9b8d3b. | |||
| 2013-06-29 | More import removals | Claude 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-29 | Fixed 1.6 release notes. | Florian Apolloner | |
| 2013-06-28 | Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5. | Ramiro Morales | |
| 2013-06-28 | Removed insert(), value_for_insert() SortedDict methods deprecated in Django ↵ | Ramiro Morales | |
| 1.5. | |||
