CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 29 Jul 2025 07:57:46 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20110207134304
location: https://web.archive.org/web/20110207134304/https://github.com/django/django/commits/master.atom
server-timing: captures_list;dur=0.603821, exclusion.robots;dur=0.028439, exclusion.robots.policy;dur=0.015967, esindex;dur=0.011819, cdx.remote;dur=2351.444517, LoadShardBlock;dur=423.739569, PetaboxLoader3.datanode;dur=190.246675, PetaboxLoader3.resolve;dur=200.586685
x-app-server: wwwb-app200
x-ts: 302
x-tr: 2809
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app200; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 29 Jul 2025 07:57:47 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 25573
x-archive-orig-server: nginx/0.7.67
x-archive-orig-date: Mon, 07 Feb 2011 13:43:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "a491218552f26024ebee547f990d5e5f"
x-archive-orig-x-runtime: 16ms
x-archive-orig-content-length: 25573
x-archive-orig-cache-control: private, max-age=0, must-revalidate
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 07 Feb 2011 13:43:04 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 07 Feb 2011 13:43:04 GMT", ; rel="memento"; datetime="Mon, 07 Feb 2011 13:43:04 GMT", ; rel="next memento"; datetime="Fri, 21 Jun 2013 08:34:27 GMT", ; rel="last memento"; datetime="Sun, 21 Feb 2021 16:59:35 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: COM-20110207132333-ia360908/COM-20110207132744-00363.warc.gz
server-timing: captures_list;dur=0.518513, exclusion.robots;dur=0.025593, exclusion.robots.policy;dur=0.016224, esindex;dur=0.010669, cdx.remote;dur=266.506870, LoadShardBlock;dur=233.767512, PetaboxLoader3.datanode;dur=199.426528, PetaboxLoader3.resolve;dur=152.907149, load_resource;dur=161.145919
x-app-server: wwwb-app200
x-ts: 200
x-tr: 694
server-timing: TR;dur=0,Tw;dur=89,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/django/django/commits/master
Recent Commits to django:master
2011-02-06T10:46:40-08:00
tag:github.com,2008:Grit::Commit/9a79ceb602601274a29c98611c3f9de6eab70d5c
Fixed #15230 -- added some more attributes to the dummy database backend.
2011-02-06T10:46:40-08:00
Alex
<pre>m django/db/backends/dummy/base.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15230 -- added some more attributes to the dummy database backend.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15440 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/31925a370992a3648f055fc79606923cffbf16d0
Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp.
2011-02-06T09:28:01-08:00
timo
<pre>m docs/topics/cache.txt
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15222 - FileCache -> FileBasedCache typo; thanks Serp.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15439 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/87f523744c995767ec49f9509ed6bc1a92128b5e
Fixed #14711 -- Corrected the calculation for the previous month in generic date views. Thanks to msundstr for the report and patch.
2011-02-05T22:31:52-08:00
russellm
<pre>m django/views/generic/dates.py
m tests/regressiontests/generic_views/dates.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14711 -- Corrected the calculation for the previous month in generic date views. Thanks to msundstr for the report and patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15438 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/27eb31b1e178bd11028bff8e10f5c07568175fd0
Fixed #13674 -- Ensure that labels on added inlines fields have the right 'for' attribute. Thanks to Jonas for the report, and Julien Phalip for the patch.
2011-02-05T22:20:27-08:00
russellm
<pre>m django/contrib/admin/media/js/inlines.js
m django/contrib/admin/media/js/inlines.min.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #13674 -- Ensure that labels on added inlines fields have the right 'for' attribute. Thanks to Jonas for the report, and Julien Phalip for the patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15436 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/c1d526ab3161fa83ab425b93e503f3a03a243192
Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete confirmation page. Thanks to Tuttle for the report, and Julien Phalip for the patch.
2011-02-05T22:16:03-08:00
russellm
<pre>m django/contrib/admin/templates/admin/delete_selected_confirmation.html
m tests/regressiontests/admin_views/tests.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete confirmation page. Thanks to Tuttle for the report, and Julien Phalip for the patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15435 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/54438e026a1a287c90c905b7481a7c4c67d8411c
Fixed #15227 -- Updated Slovenian localization. Thanks to Gasper Zejn.
2011-02-05T22:07:06-08:00
russellm
<pre>m django/conf/locale/sl/formats.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15227 -- Updated Slovenian localization. Thanks to Gasper Zejn.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15434 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/f93916892e87467a977f46b8d3d8888be4f001d6
Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alonso Bautista Villalobos and the rest of the Mexican translation team.
2011-02-05T22:06:29-08:00
russellm
<pre>m django/conf/global_settings.py
+ django/conf/locale/es_MX/LC_MESSAGES/django.mo
+ django/conf/locale/es_MX/LC_MESSAGES/django.po
+ django/conf/locale/es_MX/__init__py
+ django/conf/locale/es_MX/formats.py
+ django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo
+ django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po
+ django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/comments/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/comments/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/formtools/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/localflavor/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/messages/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/messages/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po
+ django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo
+ django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alonso Bautista Villalobos and the rest of the Mexican translation team.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15433 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/b01c0704ab5de76d072a183224ffa6dccab6abbe
Modified wrong expected ClearableFileInput rendering output in a couple of additional tests after fix introduced in [15426]. Refs #14984.
2011-02-05T12:06:49-08:00
ramiro
<pre>m tests/regressiontests/admin_widgets/tests.py
m tests/regressiontests/forms/tests/widgets.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Modified wrong expected ClearableFileInput rendering output in a couple of additional tests after fix introduced in [15426]. Refs #14984.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15432 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/a2b18c287c4b0e0961031022100a884d042b5427
Modified wrong expected model formset output in a couple of additional tests after fix introduced in [15424]. Refs #15167.
2011-02-05T11:21:17-08:00
ramiro
<pre>m tests/modeltests/model_formsets/tests.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Modified wrong expected model formset output in a couple of additional tests after fix introduced in [15424]. Refs #15167.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15430 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/c5aae1c6d9468dd9dc1da58d0afc83fcb40fd943
Fixed #15226 - Made SelectDateWidget render the label tag associated with the correct dropdown sub-widget when USE_L10N is active and non-English locale is in use.
2011-02-05T10:16:27-08:00
ramiro
<pre>m django/forms/extras/widgets.py
m tests/regressiontests/forms/tests/extra.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15226 - Made SelectDateWidget render the label tag associated with the correct dropdown sub-widget when USE_L10N is active and non-English locale is in use.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15427 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/08cd90ada48f125405a5ec9e18b1123ed71f8562
Fixed #14984 -- Ensure that ClearableFileInput produces XHTML Strict output. Thanks to Luke for the report.
2011-02-04T22:36:23-08:00
russellm
<pre>m django/forms/widgets.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14984 -- Ensure that ClearableFileInput produces XHTML Strict output. Thanks to Luke for the report.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15426 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/887c6d6c2b629383c8bb4df83e24f8cfdb5c4713
Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. Thanks to Harm Geerts for the report and patch.
2011-02-04T22:33:16-08:00
russellm
<pre>m django/forms/models.py
m tests/regressiontests/model_formsets_regress/tests.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. Thanks to Harm Geerts for the report and patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15424 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/d975abf562e6e94307253d1ee14b0049b1513057
Fixed #14303 -- Ensure that the ids created for new inlines are unique after interstitial deletions have occurred. Thanks to m0nonoke for the report, and Julien Phalip for the patch.
2011-02-04T20:46:05-08:00
russellm
<pre>m django/contrib/admin/media/js/inlines.js
m django/contrib/admin/media/js/inlines.min.js
m django/contrib/admin/media/js/prepopulate.min.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14303 -- Ensure that the ids created for new inlines are unique after interstitial deletions have occurred. Thanks to m0nonoke for the report, and Julien Phalip for the patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15422 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/79d00557a52b1af0cf573f96764f10228e373292
Fixed #14830 -- Ensure that radio buttons on inlines preserve their default value. Thanks to Julien Phalip for the report and patch, and to antoinemartin for the diagnosis.
2011-02-04T20:11:39-08:00
russellm
<pre>m django/contrib/admin/media/js/inlines.js
m django/contrib/admin/media/js/inlines.min.js
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14830 -- Ensure that radio buttons on inlines preserve their default value. Thanks to Julien Phalip for the report and patch, and to antoinemartin for the diagnosis.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15420 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/32274d06cac08f68fcbc859ff72f334b3d71db02
Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will run when the sites app isn't installed. Thanks to Waldemar Kornewald for the report and draft patch.
2011-02-04T19:49:03-08:00
russellm
<pre>m django/contrib/auth/tests/views.py
m django/contrib/contenttypes/tests.py
m django/contrib/sitemaps/tests/basic.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will run when the sites app isn't installed. Thanks to Waldemar Kornewald for the report and draft patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15418 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/20746667feac0838c2a76bdfed29c932653618d5
Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date input value when USE_L10N is on, for consistency with its behavior when USE_L10N=False (now the form field reports the validation error in both cases). Thanks mitar for the report.
2011-02-04T15:46:30-08:00
ramiro
<pre>m django/forms/extras/widgets.py
m tests/regressiontests/forms/tests/extra.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #13968 -- Fixed SelectDateWidget processing of an invalid date input value when USE_L10N is on, for consistency with its behavior when USE_L10N=False (now the form field reports the validation error in both cases). Thanks mitar for the report.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15416 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/2cb32602a5fa74bb4840f5fea3fa65b7718bc1cd
Refs #14675 - Added import of url() function in project template urls.py, added commented sample named url, and converted existing sample patterns to use url().
2011-02-04T09:37:25-08:00
carljm
<pre>m django/conf/project_template/urls.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Refs #14675 - Added import of url() function in project template urls.py, added commented sample named url, and converted existing sample patterns to use url().
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15415 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/f1ed3b12de0d810a0f6cb6937bbf8f2e60390ffd
Fixed #14046 -- Made {% include %} behave the same, regardless of whether the template included is named by variable or constant string. Thanks to defcube for the report, and George Karpenkov for the draft patch.
2011-02-04T09:10:21-08:00
russellm
<pre>m AUTHORS
m django/template/loader_tags.py
+ tests/regressiontests/templates/templatetags/bad_tag.py
m tests/regressiontests/templates/templatetags/broken_tag.py
m tests/regressiontests/templates/tests.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #14046 -- Made {% include %} behave the same, regardless of whether the template included is named by variable or constant string. Thanks to defcube for the report, and George Karpenkov for the draft patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15413 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/acfbb27b88b4f35060125d1d5bb8d154875a0c85
Modified a few tests methods to make sure no leaks of activated locale or USE_I10N setting value happen between tests.
2011-02-04T07:45:52-08:00
ramiro
<pre>m tests/regressiontests/admin_widgets/tests.py
m tests/regressiontests/i18n/tests.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Modified a few tests methods to make sure no leaks of activated locale or USE_I10N setting value happen between tests.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15411 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>
tag:github.com,2008:Grit::Commit/b0d164100e152d62df071f3af00a7223fb4d6d59
Fixed #15181 -- Ensure that special characters are escaped when querying for the URL of an uploaded file. Thanks to e.generalov for the report and patch.
2011-02-04T06:43:10-08:00
russellm
<pre>m django/core/files/storage.py
m django/utils/encoding.py
m tests/regressiontests/file_storage/tests.py
</pre>
<pre style='white-space:pre-wrap;width:81ex'>Fixed #15181 -- Ensure that special characters are escaped when querying for the URL of an uploaded file. Thanks to e.generalov for the report and patch.
git-svn-id: https://code.djangoproject.com/svn/django/trunk@15409 bcc190cf-cafb-0310-a4f2-bffc1f526a37</pre>