| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-24 | Fixed #19941 -- Modified runtests.py to make running the tests easier. | Anssi Kääriäinen | |
| 1. Automatically use tests/../django as the Django version. 2. If settings aren't provided through --settings or DJANGO_SETTINGS_MODULE) then use test_sqlite. | |||
| 2013-07-24 | Fixed typo in Custom management commands documentation. | Jon Lønne | |
| 2013-07-24 | Fixed #14300 -- Fixed initial SQL location if models is a package. | Tim Graham | |
| Thanks al_the_x for the report and fheinz for the draft patch. | |||
| 2013-07-24 | Fixed #20794 -- Documented changes to validate_email | Dominic Rodger | |
| 4e2e8f39d changed the way validate_email behaves for foo@localhost email addresses, but wasn't listed in the release notes. | |||
| 2013-07-23 | Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objects | Tim Graham | |
| Thanks laureline.guerin@ and Wedg. | |||
| 2013-07-23 | Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners. | Pedro Mourelle | |
| 2013-07-21 | Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin ↵ | Thomas Sorrel | |
| templates to allow style customizations per app or per model. | |||
| 2013-07-19 | Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class | Claude Paroz | |
| Thanks Tim Graham for the review and improved patch. | |||
| 2013-07-19 | Fixed #14656 -- Added Atom1Feed `published` element | Matt Deacalion Stevens | |
| Some feed aggregators make use of the `published` element as well as the `updated` element (within the Atom standard -- http://bit.ly/2YySb). The standard allows for these two elements to be present in the same entry. `Atom1Feed` had implemented the `updated` element which was incorrectly taking the date from `pubdate`. | |||
| 2013-07-19 | Merge pull request #1374 from seocam/fix_i18n_docs | Tim Graham | |
| LocaleMiddleware isn't default anymore (corrected docs) | |||
| 2013-07-19 | Merge pull request #1377 from Matt-Stevens/doc-fixes-ref-databases | Tim Graham | |
| Updated the `databases` documentation | |||
| 2013-07-19 | Merge pull request #1375 from Matt-Stevens/master | Tim Graham | |
| Fixed Croatia's country code in `localflavor` docs | |||
| 2013-07-19 | Merge pull request #1378 from loic/docs | Tim Graham | |
| Fixed #20772 -- Fixed minor typo in form media docs. | |||
| 2013-07-19 | Fixed #20772 -- Fixed minor typo in form media docs. | Loic Bistuer | |
| 2013-07-19 | Updated the `databases` documentation | Matt Deacalion Stevens | |
| + Removed a reference about MySQL storage engines also being called 'table types', as this term has been deprecated for 8 years and is no longer used. + Fixed the link to the official InnoDB storage engine docs. + Apache (versions >= 2.4) will always choose a multi-threaded MPM module on modern operating systems (later than 2002). | |||
| 2013-07-19 | Fix Croatia's country code in `localflavor` docs | Matt Deacalion Stevens | |
| Croatia's country code is 'HR', not 'CR'. | |||
| 2013-07-18 | LocaleMiddleware isn't default anymore | Sergio Oliveira | |
| Changed in @23229061fcb836ecca2195cc75f91e331279a5d1 | |||
| 2013-07-18 | Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin ↵ | Tim Graham | |
| attribute. | |||
| 2013-07-18 | Merge pull request #1370 from Matt-Stevens/doc-url-fix | Tim Graham | |
| Fixed broken Atom URLs in syndication docs | |||
| 2013-07-18 | Fixed #20763 -- Typo in tutorial 3. | Tim Graham | |
| Thanks crichard@ for the report. | |||
| 2013-07-18 | Atom specification URL updated | Matt Deacalion Stevens | |
| Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page. | |||
| 2013-07-18 | Fixed typo in inspectdb docs | Alasdair Nicol | |
| 2013-07-17 | Allowed Context.push to behave as a context mananger. | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-17 | Fixed #20756 -- Typo in uWSGI docs. | Tim Graham | |
| 2013-07-16 | Fixed #14007 -- Added model discovery in models module without the need to ↵ | Tim Graham | |
| specify app_label. Thanks mark@ and Aramgutang for work on the patch. | |||
| 2013-07-16 | Reworked docs for ModelForm validation. | Loic Bistuer | |
| 2013-07-16 | Rephrased the docs for reporting security issues to make it less intimidating. | Loic Bistuer | |
| 2013-07-15 | Fixed some markup in docs/ref/templates/api.txt | Tim Graham | |
| 2013-07-14 | Fixed #20746 -- Removed Python 2.6 specific code/docs | Tim Graham | |
| 2013-07-13 | Fixes grammatical error in auth docs | David Binetti | |
| Changes "An error will be raise if you try..." to "An error will be raised if you try..." | |||
| 2013-07-13 | Removed Python 2.6 references in GIS docs | Claude Paroz | |
| Refs #20746. | |||
| 2013-07-13 | Removed obsolete sentence in queries docs | Claude Paroz | |
| 2013-07-13 | Fixed #20582 -- Allowed default Form.label_suffix to be translated | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2013-07-12 | Fixed #20653 -- Renamed checksetup -> check missed in [03465639] | Tim Graham | |
| Thanks CollinAnderson for the report. | |||
| 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. | |||
