summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
Thanks Tim Graham for the review and improved patch.
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt 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-19Merge pull request #1374 from seocam/fix_i18n_docsTim Graham
LocaleMiddleware isn't default anymore (corrected docs)
2013-07-19Merge pull request #1377 from Matt-Stevens/doc-fixes-ref-databasesTim Graham
Updated the `databases` documentation
2013-07-19Merge pull request #1375 from Matt-Stevens/masterTim Graham
Fixed Croatia's country code in `localflavor` docs
2013-07-19Merge pull request #1378 from loic/docsTim Graham
Fixed #20772 -- Fixed minor typo in form media docs.
2013-07-19Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-19Updated the `databases` documentationMatt 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-19Fix Croatia's country code in `localflavor` docsMatt Deacalion Stevens
Croatia's country code is 'HR', not 'CR'.
2013-07-18LocaleMiddleware isn't default anymoreSergio Oliveira
Changed in @23229061fcb836ecca2195cc75f91e331279a5d1
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
Thanks Collin Anderson for the report.
2013-07-18Merge pull request #1372 from loic/adminTim Graham
Cleaned up UserAdmin.get_form() that worked around a bug fixed in 23e1b59.
2013-07-18Cleaned up UserAdmin.get_form() that worked around a bug fixed in 23e1b59.Loic Bistuer
Refs #18681.
2013-07-18Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin ↵Tim Graham
attribute.
2013-07-18Merge pull request #1370 from Matt-Stevens/doc-url-fixTim Graham
Fixed broken Atom URLs in syndication docs
2013-07-18Fixed #20763 -- Typo in tutorial 3.Tim Graham
Thanks crichard@ for the report.
2013-07-18Atom specification URL updatedMatt Deacalion Stevens
Changed to the URL of the official RFC for Atom, since Atomenabled.org is just a holding page.
2013-07-18Merge pull request #1368 from alasdairnicol/inspectdb_docsMarc Tamlyn
Fixed typo in inspectdb docs
2013-07-18Fixed typo in inspectdb docsAlasdair Nicol
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
Thanks Loic Bistuer for the review.
2013-07-17Couple of cleanups in RelatedObjectLookups.jsTim Graham
Thanks George Karpenkov.
2013-07-17Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16Fixed #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-16Reworked docs for ModelForm validation.Loic Bistuer
2013-07-16Merge pull request #1358 from loic/docsTim Graham
Rephrased the docs for reporting security issues to make it less intimidating.
2013-07-16Rephrased the docs for reporting security issues to make it less intimidating.Loic Bistuer
2013-07-15Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-14Merge pull request #1357 from dbinetti/patch-1Tim Graham
Fixed grammatical error in auth docs
2013-07-13Fixes grammatical error in auth docsDavid Binetti
Changes "An error will be raise if you try..." to "An error will be raised if you try..."
2013-07-13Fixed #20681 -- Prevented teardown_databases from attempting to tear down ↵Tim Graham
aliases Thanks simonpercivall.
2013-07-13Removed Python 2.6 references in GIS docsClaude Paroz
Refs #20746.
2013-07-13Removed obsolete sentence in queries docsClaude Paroz
2013-07-13Fixed a deprecation warning in a selenium test.Tim Graham
2013-07-13Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
Thanks Tim Graham for the review.
2013-07-13Isolated host validation tests in own test caseClaude Paroz
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
Thanks Jeff250.
2013-07-12Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
Thanks CollinAnderson for the report.
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-12Merge pull request #1349 from chrismedrela/ticket19934-commentTim Graham
Added clarification comments to django.utils.image; refs #19934
2013-07-12Added clarification comments to django.utils.image; refs #19934Christopher Medrela
2013-07-12Fixed #17528 -- Documented that add() and remove() with a many-to-many ↵Tim Graham
relationship do not call Model.save()
2013-07-12Merge pull request #1350 from chrismedrela/ticket20735Tim Graham
Fixed #20735 -- clarified ManyToManyField constructor doc
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