Movatterモバイル変換


[0]ホーム

URL:


Wayback Machine
27 captures
19 Nov 2021 - 07 Jul 2025
JunAUGSep
Previous capture02Next capture
202220232024
success
fail
COLLECTED BY
Organization:Archive Team
Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is atarchiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by theWayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20230802124411/https://github.com/django/django/commits/main
Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Aug 2, 2023

  1. Simplified django.http.request.split_domain_port().

    Use the capture groups from the regular expression that has already beenmatched to avoid resplitting and the need to special case for IPv6.
    @ngnpope@felixxm
    ngnpope authored andfelixxm committedAug 2, 2023
    Copy the full SHA
    ee36c33View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c77fbdaView commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Copy the full SHA
    2406805View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c8d7a54View commit details
    Browse the repository at this point in the history
  3. Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-…

    …valued annotations.Thanks Toan Vuong for the report.Thanks Simon Charette for the review.Regression in59bea9e.
    @felixxm
    felixxm committedAug 1, 2023
    Copy the full SHA
    c9b9a52View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5a37255View commit details
    Browse the repository at this point in the history
  5. Fixed #32820 -- Added aria-invalid="true" to fields with errors.

    Co-authored-by: Demetris Stavrou <demestav@gmail.com>Co-authored-by: David Smith <smithdc@gmail.com>
    @gregorjerse@demestav
    @smithdc1@felixxm
    3 people authored andfelixxm committedAug 1, 2023
    Copy the full SHA
    10725a3View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Copy the full SHA
    fff1473View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1ad7761View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Copy the full SHA
    22b0b73View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fixed #34748 -- Fixed queryset crash when grouping by a reference in …

    …a subquery.Regression indd68af6.Thanks Toan Vuong for the report.
    @charettes@felixxm
    charettes authored andfelixxm committedJul 29, 2023
    Copy the full SHA
    4087367View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Copy the full SHA
    af0c5caView commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f9c5958View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Simplified call_command() calls.

    @ngnpope@felixxm
    ngnpope authored andfelixxm committedJul 27, 2023
    Copy the full SHA
    89c8c2eView commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a564f44View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Copy the full SHA
    8656184View commit details
    Browse the repository at this point in the history
  2. Fixed #34532 -- Made formset_factory() respect Form's default_renderer.

    Co-authored-by: David Smith <smithdc@gmail.com>
    @cc-a@smithdc1@felixxm
    2 people authored andfelixxm committedJul 24, 2023
    Copy the full SHA
    95e4d6bView commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b9473caView commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Refs #24686 -- Made AlterField operation a noop when renaming related…

    … model with db_table.
    @DevilsAutumn@felixxm
    DevilsAutumn authored andfelixxm committedJul 22, 2023
    Copy the full SHA
    f05cc5eView commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    07b7a3aView commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Fixed #34731, Refs #34118 -- Replaced assertEquals() with assertEqual…

    …() in test_condition_with_func_and_lookup_outside_relation_name().Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
    @michel-slm
    michel-slm committedJul 21, 2023
    Copy the full SHA
    62b8388View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    02376f1View commit details
    Browse the repository at this point in the history
  3. Refs #29789 -- Added more tests for FilteredRelation with condition o…

    …utside of relation name.
    @panicofr@felixxm
    panicofr authored andfelixxm committedJul 21, 2023
    Copy the full SHA
    e4a5527View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    afc8805View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Fixed typo in docs/ref/models/querysets.txt.

    Removed assignment in example for Blog annotation to match shown result.
    @nessita
    nessita committedJul 20, 2023
    Copy the full SHA
    addbc90View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b126f69View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Copy the full SHA
    d7d8004View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    595a2abView commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    98cfb90View commit details
    Browse the repository at this point in the history
  4. Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing win…

    …dow functions.Regression in59bea9e.Refs #28477.Thanks younes-chaoui for the report.
    @charettes@felixxm
    charettes authored andfelixxm committedJul 19, 2023
    Copy the full SHA
    68912e4View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Copy the full SHA
    f8c43acView commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3109038View commit details
    Browse the repository at this point in the history
  3. Fixed #34036 -- Improved color contrast in admin light theme.

    Thanks Nimra for the initial patch.
    @marianaasilva@felixxm
    marianaasilva authored andfelixxm committedJul 18, 2023
    Copy the full SHA
    6ad2738View commit details
    Browse the repository at this point in the history
  4. Fixed #34716 -- Fixed serialization of nested class methods in migrat…

    …ions.Co-authored-by: Nicolò <nicolo.intrieri@spinforward.it>
    @n-borges
    n-borges andn-borges committedJul 18, 2023
    Copy the full SHA
    e8252fcView commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Copy the full SHA
    4a72da7View commit details
    Browse the repository at this point in the history
Older

[8]ページ先頭

©2009-2025 Movatter.jp