<feed xmlns='http://www.w3.org/2005/Atom'>
<title>djangoproject.com.git/.gitignore, branch issue-1630</title>
<subtitle>djangoproject.com
</subtitle>
<id>http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630</id>
<link rel='self' href='http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/'/>
<updated>2025-08-20T06:42:43Z</updated>
<entry>
<title>Remove tox</title>
<updated>2025-08-20T06:42:43Z</updated>
<author>
<name>Ülgen Sarıkavak</name>
<email>ulgensrkvk@gmail.com</email>
</author>
<published>2025-07-22T02:10:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=33cbad9d052d2637e6d3407dba612cedc466dc77'/>
<id>urn:sha1:33cbad9d052d2637e6d3407dba612cedc466dc77</id>
<content type='text'>
Resolves #1817
Resolves #1890
</content>
</entry>
<entry>
<title>Revert "setup environment"</title>
<updated>2025-04-25T17:04:58Z</updated>
<author>
<name>jcjudkins</name>
<email>jcjudkins@pm.me</email>
</author>
<published>2025-04-25T17:04:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=57af16de2cbb73532fc821b74c33ef622323dd12'/>
<id>urn:sha1:57af16de2cbb73532fc821b74c33ef622323dd12</id>
<content type='text'>
This reverts commit 8383dc9294e46b2f0179f146f954ed56a976e654.
</content>
</entry>
<entry>
<title>setup environment</title>
<updated>2025-04-25T16:53:49Z</updated>
<author>
<name>jcjudkins</name>
<email>jcjudkins@pm.me</email>
</author>
<published>2025-04-25T16:53:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=8383dc9294e46b2f0179f146f954ed56a976e654'/>
<id>urn:sha1:8383dc9294e46b2f0179f146f954ed56a976e654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed bower</title>
<updated>2024-12-17T21:39:13Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2024-12-17T21:39:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=86dbff9d17882294752aff43484a7c7c9f81e2f0'/>
<id>urn:sha1:86dbff9d17882294752aff43484a7c7c9f81e2f0</id>
<content type='text'>
`bower` is maintained but not recommended for use by its developers. Our
`bower.json` file now only includes two dependencies: `jquery` and
`jquery-flot`. At this point, `bower` is not doing much to serve the
project.

This is a redo of 98e20a08b69597d9e0c081c20809007b3e363407 which
was reverted because it led to errors in production when running
collectstatic.

Refs #1827 </content>
</entry>
<entry>
<title>Revert "Removed bower"</title>
<updated>2024-12-17T21:00:53Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2024-12-17T21:00:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=432f85945e8138b9be7dce7db1ca71421fe231cb'/>
<id>urn:sha1:432f85945e8138b9be7dce7db1ca71421fe231cb</id>
<content type='text'>
This reverts commit 98e20a08b69597d9e0c081c20809007b3e363407.
</content>
</entry>
<entry>
<title>Removed bower</title>
<updated>2024-12-17T20:52:41Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2024-12-17T20:52:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=98e20a08b69597d9e0c081c20809007b3e363407'/>
<id>urn:sha1:98e20a08b69597d9e0c081c20809007b3e363407</id>
<content type='text'>
`bower` is maintained but not recommended for use by its developers. Our
`bower.json` file now only includes two dependencies: `jquery` and
`jquery-flot`. At this point, `bower` is not doing much to serve the
project.

Refs #1827 </content>
</entry>
<entry>
<title>Removed `unveil` JavaScript library</title>
<updated>2024-12-06T20:40:27Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2024-11-30T20:03:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=6757a83ffc82a0710f5f3c1ee3fd22d3be98695b'/>
<id>urn:sha1:6757a83ffc82a0710f5f3c1ee3fd22d3be98695b</id>
<content type='text'>
The `unveil` library is used to lazy-load images, and its last release
was in 2013. This is useful functionality, but we don't need JavaScript
to get it. All modern browsers now support it natively with the
`loading="lazy"` attribute on the `img` HTML tag:

- https://caniuse.com/loading-lazy-attr
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading

This patch removes the `unveil` library and all references to it and
uses the `loading` attribute in the one place where `unveil` was being
used. This includes `fundraising-heroes.js`, the sole purpose of which
was to initialize `unveil`.
</content>
</entry>
<entry>
<title>Added production docker image and preview domain support (#1627)</title>
<updated>2024-10-02T20:35:26Z</updated>
<author>
<name>Tobias McNulty</name>
<email>tobias@caktusgroup.com</email>
</author>
<published>2024-10-02T20:35:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=1be8f1364ccf5e1b3450fa9fe92a0b020ecdb96a'/>
<id>urn:sha1:1be8f1364ccf5e1b3450fa9fe92a0b020ecdb96a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added note to gitignore to explain exclude configuration.</title>
<updated>2022-11-14T07:53:00Z</updated>
<author>
<name>Mark Walker</name>
<email>mark.walker@realbuzz.com</email>
</author>
<published>2022-11-13T21:52:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=b54aa121869ea7793e76f3d8dda4a9c3e605a541'/>
<id>urn:sha1:b54aa121869ea7793e76f3d8dda4a9c3e605a541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #1179  -- Added cache directory to gitignore</title>
<updated>2022-09-14T15:24:17Z</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@melchiorre.org</email>
</author>
<published>2022-09-14T15:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=9ec082acd3817eb10e87a6781b4a079056b6d9f3'/>
<id>urn:sha1:9ec082acd3817eb10e87a6781b4a079056b6d9f3</id>
<content type='text'>
</content>
</entry>
</feed>
