Timeline
09/05/2014:
- 19:56 DjangoResources edited by
- (diff)
- 19:54 DjangoResources edited by
- Updated Books section to be broken up by section (diff)
- 19:48 Ticket #23432 (/newticket Forbidden error) created by
- there are a bunch of links around the site to /newticket, and that now …
- 19:40 Changeset [414e3fc]stable/1.6.x by
- [1.6.x] Fixed #22161 -- Documented send() with no recipients won't …
- 19:40 Changeset [af28f3c]stable/1.7.x by
- [1.7.x] Fixed #22161 -- Documented send() with no recipients won't …
- 19:39 Ticket #22161 (Document that sending an email with no recipients fails silently) closed by
- fixed: In 0f0a5c07f9f0f4d18d4c048ed6d9554965f79d5b: […]
- 19:38 Changeset [0f0a5c07]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22161 -- Documented send() with no recipients won't raise an …
- 19:36 Changeset [fee499c8]stable/1.7.x by
- [1.7.x] Fixed #23430 -- simplified gunicorn deployment docs. Backport …
- 19:36 Changeset [77b3907]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23430 -- simplified gunicorn deployment docs.
- 19:36 Ticket #23430 (simplify gunicorn deployment docs) closed by
- fixed: In 77b3907d6dcd5ab0da01a782bb4b94bd6ca82b63: […]
- 19:25 Ticket #23428 (Link to Login with Github account from the Signup Page) closed by
- fixed: In …
- 19:20 Ticket #23431 (Regression in security patch for _to_field param filtering in admin) created by
- After installing 1.7 release with this security patch I've found …
- 19:05 Changeset [f7d3a625]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23380 -- Fixed flaky test: …
- 19:05 Ticket #23380 (Transient failure of ...) closed by
- fixed: In f7d3a6255c7ae3beb9ccdf6d20f6598061cd1bff: […]
- 19:00 Changeset [d4ef9a4a]stable/1.7.x by
- [1.7.x] Fixed #23427 -- Documented migrate is required before …
- 18:59 Changeset [fb545e5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23427 -- Documented migrate is required before runserver for …
- 18:58 Ticket #23427 (Doc update to account for runserver behavior when starting project) closed by
- fixed: In fb545e5a27369570076d0d34626f3c7e916ee2e4: […]
- 18:57 DjangoResources edited by
- Removed old links from References Section (diff)
- 18:49 Ticket #23430 (simplify gunicorn deployment docs) created by
- https://github.com/django/django/pull/3174
- 17:48 Changeset [de3a3096]stable/1.7.x by
- [1.7.x] Fix Python 3 incompatability
- 17:47 Changeset [3ab36d00]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix Python 3 incompatability
- 17:39 Changeset [4ca44d5]stable/1.7.x by
- [1.7.x] switch out recursive dfs for stack based approach, to avoid …
- 17:37 Changeset [e5cdfb15]stable/1.7.x by
- [1.7.x] Update docs to be more clear about nested classes (refs #23418)
- 17:37 Changeset [2145a778]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #3171 from ClipCard/master Prevent possible …
- 17:36 DjangoResources edited by
- Remove "All Links" section (diff)
- 17:26 Changeset [b878c73]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- switch out recursive dfs for stack based approach, to avoid possibly …
- 17:14 DjangoResources edited by
- (diff)
- 17:11 DjangoResources edited by
- (diff)
- 17:04 Ticket #23429 (UnicodeDecodeError raised when printing a message from runserver) created by
- split from https://code.djangoproject.com/ticket/23398
- 17:00 Ticket #23422 (Cannot add Permission to Group in data migration) closed by
- wontfix: This is a limitation of the signalling system we use to create …
- 17:00 Changeset [45768e6]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Update docs to be more clear about nested classes (refs #23418)
- 16:56 Ticket #23418 (Classes embedded inside other classes are not serialized correctly) closed by
- invalid: Unfortunately, this is unserializable, as there's no way to get the …
- 16:53 Ticket #23408 (Add makemigrations warning for unique fields with callable defaults) closed by
- invalid: This is exactly as designed; when creating columns databases only take …
- 16:47 Ticket #23392 (Django runs all migration operations but only marks 0001 as completed) closed by
- invalid: We don't support monkeypatching models like this, so I'm going to have …
- 16:29 Ticket #23428 (Link to Login with Github account from the Signup Page) created by
- There are several places in the documentation that link to this …
- 14:44 Changeset [5e2f336f]stable/1.7.x by
- [1.7.x] Fixed #23414 -- Updated version numbers in release process …
- 14:44 Changeset [5c5011c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23414 -- Updated version numbers in release process doc. …
- 14:44 Ticket #23414 (Release process docs are outdated) closed by
- fixed: In 5c5011ce6892392e6fd2d900ec87a6c5287ae711: […]
- 14:33 Ticket #23048 (Add the ability to make RemoveField reversible for non-null fields) closed by
- wontfix: Adding a default on the model field or on the field in the migration …
- 14:20 Ticket #22831 (Migrations should provide a way to dumpdata to an initial data migration) closed by
- wontfix: I don't see what's being asked for here. Django 1.7 and migrations …
- 14:16 Ticket #22784 (Schema migration: rename tables) closed by
- wontfix: Unfortunately, I think the correct thing for the backend to do here is …
- 14:13 Ticket #22683 (Schema tests and .extra queryset method) closed by
- wontfix: Unfortunately, we can't use the model there - it doesn't have the …
- 14:05 Changeset [c5578ba9]stable/1.7.x by
- [1.7.x] Fixed #22411: Throw a more helpful error if contenttypes …
- 13:59 Changeset [7a25900]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.
- 13:59 Ticket #22411 (Migrations attempt to create content types without first running ...) closed by
- fixed: In 7a259008a76c5bcd6c1e5ba3a45d17a6184c4242: […]
- 13:43 Changeset [62939aba]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an admonition in the tutorial about the old project layout. …
- 13:41 Changeset [ffa9e60]stable/1.7.x by
- [1.7.x] Fixed #22534: Reinforce swappable documentation
- 13:39 Changeset [6d50456]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22534: Reinforce swappable documentation
- 13:39 Ticket #22534 (Checks fail on non-swappable ForeignKeys when the related model is ...) closed by
- fixed: In 6d504562f5f27698a668759254101290b82e89b9: […]
- 13:35 Changeset [d0c60163]stable/1.7.x by
- [1.7.x] cater for running tests from another directory than tests - …
- 13:32 Ticket #22344 (Migration from ForeignKey to FileField fails: AttributeError: ...) closed by
- fixed: Can no longer reproduce, so marking as fixed.
- 13:30 Ticket #21890 (django.core.exceptions.FieldError: Local field ... in class ... ...) closed by
- fixed: This has since been fixed by the autodetector rewrite. You will lose …
- 13:30 Changeset [0c3a23d]stable/1.7.x by
- [1.7.x] Fixed typo in docs/topics/checks.txt. Backport of 0f90f741de …
- 13:28 Changeset [0f90f741]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/topics/checks.txt.
- 13:24 Ticket #22583 (Allow per-database migrations in multidb configurations) closed by
- wontfix: I'm going to WONTFIX this and suggest that people use RunPython …
- 13:10 Ticket #23427 (Doc update to account for runserver behavior when starting project) created by
- In 1.7, running runserver before running migrate when creating a new …
- 13:06 Changeset [885ff68]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type …
- 11:31 Changeset [994294e0]stable/1.7.x by
- [1.7.x] Added missing periods in docs/ref/checks.txt. Backport of …
- 11:30 Changeset [5d04433]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing periods in docs/ref/checks.txt.
- 08:22 Changeset [1101467c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Limited lines to 119 characters in django/ refs #23395.
- 08:12 Changeset [f8bb8436]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Corrected deprecation warning silencing of SubfieldBase.
- 07:54 Ticket #23426 (migrations.RunSQL's function signature implies it won't do any ...) created by
- Bit of an odd one here, and probably comes down to a matter of …
- 07:45 Ticket #23425 (Hide oracle specific GIS behaviour behind a feature flag) created by
- There are several places where oracle is singled out in GIS. These …
- 07:36 Ticket #23424 (Verbatim tag fails to render curly braces) created by
- The {% verbatim %} tag fails to render curly braces under certain …
- 06:11 Changeset [368e5cea]stable/1.7.x by
-
[1.7.x] Fixed imports in
Sitemap for static views
example Backport … - 05:39 Ticket #23423 (Integrate unaccent lookups in django.contrib.postgres) created by
-
After the introduction of the
Lookup
API in Django 1.7, I believe … - 04:41 Ticket #23422 (Cannot add Permission to Group in data migration) created by
- As initial_data fixtures are now deprecated I want to move my things …
- 04:28 Ticket #23421 (dict get for TEST_SERIALIZE in django.test.runner.setup_databases() ...) created by
-
Given the following in
settings.py
: […] The call … - 01:15 DjangoJobs edited by
- (diff)
09/04/2014:
- 20:04 Changeset [344f3771]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed imports in
Sitemap for static views
example - 15:04 Ticket #23410 (Backward migrations change overall state rather than reverting single ...) closed by
- invalid: The test is exactly correct; the contract is that backwards migrations …
- 14:44 Ticket #23420 (Custom lookup transformers can't create DateTimeFields when USE_TZ=True) created by
- If you define a custom lookup transformer that converts to a …
- 14:01 Ticket #23419 (Cant import StaticLiveServerCase) closed by
-
invalid: This was renamed to
StaticLiveServerTestCase
just before the 1.7 … - 13:52 Ticket #23419 (Cant import StaticLiveServerCase) created by
- When I'm trying to import StaticLiveServerCase it gives me an error: …
- 12:36 Ticket #23418 (Classes embedded inside other classes are not serialized correctly) created by
- Simple example: […] The migration is created appropriately, but …
- 11:32 Changeset [676db208]stable/1.7.x by
- [1.7.x] Fixed typo in docs/ref/checks.txt. Backport of 2ca244aae6 …
- 11:31 Changeset [2ca244a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/ref/checks.txt.
- 10:46 Ticket #23417 (Added/completed zh and zh_CN locale format.py files) created by
- I noticed Chinese date formatting wasn't working. So I quickly …
- 09:23 Changeset [646b9ce]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in 1.8 release notes.
- 08:45 Changeset [0bc67a1]stable/1.7.x by
- [1.7.x] Fixed documentation links to Query Expression API. Backport …
- 08:45 Changeset [d7a9659]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed documentation links to Query Expression API.
- 08:16 Ticket #23401 ("django_admin_log"."object_id" has wrong type in djangoproject database) closed by
- fixed: Ran this query: `ALTER TABLE django_admin_log ALTER COLUMN object_id …
- 07:41 Ticket #23416 (Django 1.7 fails to output a CHECK constraint on PositiveIntegerFields ...) created by
- As title says. In models.py: […] sqlall line from django 1.6: …
- 07:11 Ticket #23415 (OneToField reference to default 'id' instead of actual primary key) created by
- == Reproduce == 1. create a new project 'bug' 2. create two app 'deg', …
- 06:23 Ticket #23414 (Release process docs are outdated) created by
- https://docs.djangoproject.com/en/dev/internals/release-process/ …
- 01:56 Ticket #23412 (Unable to import django.forms.util.ValidationError) closed by
-
invalid:
ValidationError
has to be imoprted fromdjango.core.exceptions
, … - 01:48 Ticket #23411 (Typo on download page, says 1.7 requires at minimum 2.6.5) closed by
- fixed: In …
- 01:34 Ticket #23413 (django.contrib.contenttypes.fields has been remove) closed by
- worksforme: Hi, It seems that you're using Django 1.6 but you're referring to the …
- 00:42 Ticket #23413 (django.contrib.contenttypes.fields has been remove) created by
- In the document The contenttypes framework, section Generic …
09/03/2014:
- 21:55 Ticket #23412 (Unable to import django.forms.util.ValidationError) created by
- I ran the following commands on a completely clean installation of …
- 19:43 Ticket #23411 (Typo on download page, says 1.7 requires at minimum 2.6.5) created by
- There's a typo on the download page saying that 2.6 is supported for …
- 18:21 Ticket #23410 (Backward migrations change overall state rather than reverting single ...) created by
- When rolling back to a previous migration (or more precisely: state), …
- 14:36 Changeset [e9103402]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18757, #14462, #21565 -- Reworked database-python type …
- 14:35 Tickets #14462,18757,21565 batch updated by
- fixed: In e9103402c0fa873aea58a6a11dba510cd308cb84: […]
- 13:30 Ticket #23409 (PasswordResetForm should not exclude users with unusable passwords) closed by
- fixed: In 89559bcfb096ccc625e0e9ab41e2136fcb32a514: […]
- 13:25 Changeset [89559bcf]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23409 -- Extract PasswordResetForm.get_users method. Allows …
- 12:25 Ticket #23409 (PasswordResetForm should not exclude users with unusable passwords) created by
-
Currently
django.contrib.auth.PasswordResetForm
will (silently) not … - 10:49 Changeset [289d38b7]stable/1.6.x by
- [1.6.x] Fixed typo in docs/topics/db/transactions.txt. Backport of …
- 10:49 Changeset [de18a68]stable/1.7.x by
- [1.7.x] Fixed typo in docs/topics/db/transactions.txt. Backport of …
- 10:49 Changeset [4db7592]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/topics/db/transactions.txt.
- 10:29 Ticket #23408 (Add makemigrations warning for unique fields with callable defaults) created by
- Callables on properties for ModelFields are used for various reasons. …
- 08:54 Ticket #23407 (makemigrations doesn't use --noinput) created by
-
#22862 added the
--noinput
to themakemigrations
command but only … - 08:44 Ticket #23406 (Allow migrations to be loaded from .pyc files (e.g. in a frozen ...) created by
- == Description == When only .pyc files are available, for …
- 07:38 Ticket #23405 (Blank-able CharFields require default='') created by
- There's a weird behavior in Django 1.7 migrations as opposed to 1.6 + …
- 07:30 Ticket #23404 (Django modelformset returns the same data inserted in the previous ...) closed by
-
invalid: I think you need to look it
inlineformset_factory
and/or … - 06:28 Ticket #23404 (Django modelformset returns the same data inserted in the previous ...) created by
- […] […] […] […] After submitting the form for the …
- 03:46 Ticket #23403 (sitemap crashes if lastmod returns a date (instead of datetime)) created by
- When building a sitemap I receive […] Workaround can be done as: […]
- 02:11 Ticket #23402 (Minor incorrect links.) closed by
- worksforme: Hi, I'm not sure I understand the issue you're reporting and I can't …
09/02/2014:
- 23:41 Ticket #23402 (Minor incorrect links.) created by
- If you use the little Documentation Version widget in the lower …
- 21:07 Ticket #23401 ("django_admin_log"."object_id" has wrong type in djangoproject database) created by
-
In the production database,
"django_admin_log"."object_id"
has type … - 20:41 Changeset [0d70bc63]stable/1.7.x by
- [1.7.x] Added stub release notes for 1.7.1. Backport of 09c1f18f22 …
- 20:41 Changeset [09c1f18]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added stub release notes for 1.7.1.
- 20:36 Changeset [7808584]stable/1.4.x by
- [1.4.x] Added dates to release notes. Backport of 0fd23545db from master
- 20:35 Changeset [b8db1ded]stable/1.5.x by
- [1.5.x] Added dates to release notes. Backport of 0fd23545db from master
- 20:35 Changeset [f7c7ab0]stable/1.6.x by
- [1.6.x] Added dates to release notes. Backport of 0fd23545db from master
- 20:35 Changeset [15c71a0]stable/1.7.x by
- [1.7.x] Added dates to release notes. Backport of 0fd23545db from master
- 20:34 Changeset [0fd23545]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added dates to release notes.
- 20:11 Ticket #23302 (Give a name to a migration from command line option) closed by
- fixed: In 1435cfbe8dbd85c17c9a25af99f910c407dfa9bd: […]
- 20:09 Changeset [1435cfb]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23302 -- Added --name/-n option to makemigrations command
- 20:08 Changeset [f030cdd]stable/1.7.x by
- [1.7.x] Post release version bump.
- 20:08 Changeset [900f28a2]stable/1.6.x by
- [1.6.x] Post release version bump.
- 20:07 Changeset [89157fe1]stable/1.4.x by
- [1.4.x] Post release version bump.
- 20:03 Changeset [cedccd2]stable/1.7.x by
- [1.7.x] Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to …
- 20:03 Changeset [bda28097]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade …
- 20:03 Ticket #23400 (Upgrading from South migrations should tell user to remove south app) closed by
- fixed: In bda28097126c0ff77c51d598ccc19663bcd3ee95: […]
- 19:11 Ticket #23400 (Upgrading from South migrations should tell user to remove south app) created by
- The …
- 17:22 Ticket #23399 (Update int_to_base36) created by
- I propose change function int_to_base36: […] I think that it's …
- 16:12 WikiStart edited by
- Updated supported versions (diff)
- 16:08 Changeset [d92b085]stable/1.7.x1.7 by
- [1.7.x] Bump version number for 1.7 release.
- 15:54 Changeset [75d03c77]stable/1.6.x1.6.7 by
- [1.6.x] Update version number for bugfix release.
- 15:50 Changeset [d54022b]stable/1.5.x1.5.10 by
- [1.5.x] Bump version numbers for bugfix release.
- 15:43 Changeset [0517f49]stable/1.4.x1.4.15 by
- [1.4.x] Bump version numbers for bugfix release.
- 15:19 Changeset [6ec31cb5]stable/1.7.x by
- [1.7.x] Cleanup run on the 1.7 release notes. Backport of …
- 15:17 Changeset [138e387]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Cleanup run on the 1.7 release notes.
- 14:52 Ticket #23398 (Attempting to access a manage.py runserver instance over HTTPS raises ...) created by
- I realize that the runserver command is not designed to function over …
- 14:01 Changeset [58eb4ce]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #3120 from alex/use-sha256 Document that we should …
- 12:34 Changeset [b3752d41]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed comments in en_GB and en_AU formats.py files. Changed comments …
- 12:16 Ticket #23397 (Multipart base64 file decoding of fails with large files when the ...) created by
- Large files are files larger than the chunk size in …
- 07:58 Ticket #23396 (Regression in #14334 causes ValueError to be thrown on ValuesQuerySets) created by
- check_related_objects shouldn't be called for ValuesQuerySets. This …
- 07:15 Changeset [24d8452]stable/1.6.x by
- [1.6.x] Added missing import in docs/ref/signals.txt. Backport of …
- 07:15 Changeset [9cacc250]stable/1.7.x by
- [1.7.x] Added missing import in docs/ref/signals.txt. Backport of …
- 07:14 Changeset [4a303341]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing import in docs/ref/signals.txt.
- 07:12 Changeset [52eadbf]stable/1.7.x by
- Revert "[1.7.x] Undocumented SeparateDatabaseAndState so crash is not …
- 07:12 Changeset [e9264bc]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Undocumented SeparateDatabaseAndState so crash is not RB. Refs …
- 07:11 Changeset [7eabd22]stable/1.7.x by
- [1.7.x] Fixed #22918 -- Fixed SeparateDatabaseAndState crash Backport …
- 07:11 Ticket #22918 (migrations.operations.SeparateDatabaseAndState crashes (and has no tests)) closed by
- fixed: In e03b7940e564a6a88269b3030e43354baabcd669: […]
- 07:06 Changeset [e03b7940]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Note: See TracTimeline
for information about the timeline view.