django/docs/ref
Matt Deacalion Stevens a269ea4fe0 Fixed #14656 -- Added Atom1Feed `published` element
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 10:38:34 -04:00
..
class-based-views Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt 2013-07-11 07:36:25 -04:00
contrib Fixed #14656 -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
files
forms Fixed #20582 -- Allowed default Form.label_suffix to be translated 2013-07-13 16:19:16 +02:00
models Fixed #14007 -- Added model discovery in models module without the need to specify app_label. 2013-07-16 19:32:30 -04:00
templates Allowed Context.push to behave as a context mananger. 2013-07-17 13:32:32 -04:00
clickjacking.txt
databases.txt Updated the `databases` documentation 2013-07-19 09:01:13 +01:00
django-admin.txt Fixed typo in inspectdb docs 2013-07-18 11:37:01 +01:00
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend 2013-07-11 22:00:08 +02:00
signals.txt Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' 2013-07-12 07:10:18 -04:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed #14656 -- Added Atom1Feed `published` element 2013-07-19 10:38:34 -04:00
validators.txt
views.txt