Timeline
03/26/2014:
- 22:03 Ticket #22345 (API documentation should show package name) created by
- Throughout the API, it can be very difficult to know which package you …
- 21:44 Changeset [b077ba7]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add a useful stacklevel to some RemovedInDjango19Warnings
- 13:51 Changeset [bf2b0aff]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Forgotten slash removal in d320863878
- 13:33 Ticket #22344 (Migration from ForeignKey to FileField fails: AttributeError: ...) created by
- The following migration fails to change the ForeignKey field into a …
- 13:01 Ticket #22343 (select_for_update should not be executed outside of transactions) created by
- Seeing these test failures after …
- 12:15 Ticket #22114 (URLField form adds trailing slash to pathless URLs) closed by
- fixed: In d320863878f097b5cbf33ace12e3adb5e02f27e0: […]
- 12:10 Changeset [d3208638]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22114 -- Stopped adding trailing slashes in URLField.to_python …
- 12:02 Changeset [4678efd3]stable/1.7.x by
- [1.7.x] Fixed the PostGIS circular imports caused by 1506c71a95. …
- 11:57 Changeset [b9e50e4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed the PostGIS circular imports caused by 1506c71a95. Thanks to …
- 11:49 Ticket #22342 (Changing a model to an abstract model caused "ValueError: Related ...) created by
-
I have just run into an error with
migrate
. I had turned an … - 11:35 Ticket #22339 (accessing m2m relation where database is not 'default' throws error) closed by
- invalid: I've done some testing on clean install and the problem seems to be …
- 10:44 Ticket #22341 (Split django.db.models.fields.related into multiple modules.) created by
-
The
django.db.models.fields.related
module is very large and pretty … - 09:44 TextMate edited by
- (diff)
- 09:41 Changeset [994274ea]stable/1.7.x by
- [1.7.x] Fixed #22029 -- Removed obsolete advice on registering …
- 09:41 Ticket #22029 (documentation: new best place to put the signal handler registration) closed by
- fixed: In 5233b366935dcc81e47546921ab4eb5007c83719: […]
- 09:39 Changeset [5233b366]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22029 -- Removed obsolete advice on registering migrate/syncdb …
- 09:11 Changeset [4bd7411e]stable/1.7.x by
- [1.7.x] Fixed Python 3.4 test failure. Backport of 45ef4baf5c from master
- 08:57 Changeset [45ef4baf]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed Python 3.4 test failure.
- 08:53 Ticket #22340 (Legacy Table Creation Methods Not Properly Deprecated) created by
- As noted in …
- 07:42 Ticket #22339 (accessing m2m relation where database is not 'default' throws error) created by
- Giving two models like here : …
- 07:33 Ticket #22338 (test_dict_translation seems to fails with Django 1.6.1, python 3.4 on ...) created by
- […] Full build log: http://mstuchli.fedorapeople.org/build.log
- 07:07 Ticket #22227 (save_model in ModelAdmin with "formsets" parameter) closed by
-
wontfix: Could you put the logic to update the instance in
save_formset()
… - 04:39 Ticket #22337 (makemigrations not working when Field takes FileSystemStorage parameter) created by
-
FileSystemStorage
is not serializable. Because of this running … - 02:52 Ticket #22335 (tests.user_commands.UtilsTests failure on non-English Windows systems) closed by
- fixed: In 3cdb0baa453e2cc09c0a5c5c04cce66a6dc4e789: […]
- 02:52 Changeset [ab4c96cf]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2481 from zsiciarz/ticket-22335 Fixed #22335 -- …
03/25/2014:
- 19:45 Ticket #22336 (Impossible to exclude specific subdirectories with makemessages) created by
- As described in https://code.djangoproject.com/ticket/20422#comment:4, …
- 19:04 Changeset [39fc8d4]stable/1.7.x by
- [1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged …
- 19:02 Changeset [1cb6729f]stable/1.7.x by
- [1.7.x] Add some syncdb deprecation stuff into the deprecation doc …
- 18:42 Changeset [3cdb0ba]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22335 -- Fixed popen_wrapper error on non-English Windows systems.
- 18:30 Changeset [81d3d48b]stable/1.7.x by
- [1.7.x] Fixed field deconstruction tests failures introduced by …
- 18:16 Ticket #22335 (tests.user_commands.UtilsTests failure on non-English Windows systems) created by
- While working my way towards #22234, I've noticed that current master …
- 17:54 Changeset [ff874f36]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed field deconstruction tests failures introduced by 1506c71a95. …
- 17:30 Changeset [42336c8]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models. …
- 15:58 Changeset [378359de]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add some syncdb deprecation stuff into the deprecation doc
- 13:33 Ticket #12030 (PositiveIntegerField in model form does not validate max value) closed by
- fixed: In 1506c71a95cd7f58fbc6363edf2ef742c58d2487: […]
- 13:31 Changeset [78211b13]stable/1.7.x by
- [1.7.x] Fixed #12030 -- Validate integer field range at the model …
- 13:31 Changeset [1506c71]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12030 -- Validate integer field range at the model level. …
- 13:10 Changeset [c0a9c2f7]stable/1.6.x by
- [1.6.x] Fixed #22322 -- Fixed incorrect explanation of what …
- 13:03 Changeset [7eaf329a]stable/1.7.x by
- [1.7.x] Fixed #22322 -- Fixed incorrect explanation of what …
- 13:02 Ticket #22322 (inspectdb and managed option, incorrect explanation) closed by
- fixed: In 9b7ba8af1b4ddb539cd69cbec9645cd873db7624: […]
- 13:01 Changeset [9b7ba8af]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22322 -- Fixed incorrect explanation of what managed=False …
- 12:56 Ticket #22333 (as_p() produces invalid HTML when form contains RadioSelect widget) closed by
- duplicate: This is a duplicate of #6388.
- 11:07 Changeset [d84beb3d]stable/1.7.x by
- Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to …
- 10:49 Ticket #22334 (Postgis version check discards dev versions) created by
- After installing a dev version of Postgis, I noticed that my Django …
- 10:43 Ticket #22332 (intra-app dependencies from models with circular references cause ...) closed by
- duplicate: This looks like a duplicate of #22319.
- 10:22 Ticket #22333 (as_p() produces invalid HTML when form contains RadioSelect widget) created by
- as_p() produces invalid HTML when form contains RadioSelect widget. …
- 09:53 Ticket #22332 (intra-app dependencies from models with circular references cause ...) created by
- Here is some minimal sample code that triggers this bug. Create a new …
- 09:34 Ticket #22331 (Migrations do not ignore unmanaged models (unlike syncdb)) closed by
- fixed: In 69d4b1c3ea64f298380b0531c34509ae5eec89b9: […]
- 09:34 Changeset [bf69375]stable/1.7.x by
- [1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore …
- 09:33 Changeset [69d4b1c3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.
- 08:55 Changeset [ddcbde41]stable/1.7.x by
- [1.7.x] Fixed #22315 -- str/bytes mismatch in staticfiles Previously, …
- 08:54 Ticket #22315 (str/bytes mismatch in ManifestFilesMixin causes failure on Python 3) closed by
- fixed: In 86dcac463437dce06ddcade10fa3f308436ba608: […]
- 08:53 Changeset [86dcac46]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22315 -- str/bytes mismatch in staticfiles Previously, …
- 08:44 Changeset [e3c4205b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- flake8 and doc fixes for refs #22257.
- 08:34 Ticket #22087 (ModelForm Meta overrides are ignored by AdminReadonlyField) closed by
- fixed: In 16afffffe87bf8b7de6403329937433ac5096697: […]
- 08:34 Changeset [24604844]stable/1.7.x by
- [1.7.x] Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta …
- 08:33 Changeset [16afffff]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.
- 08:08 Ticket #22331 (Migrations do not ignore unmanaged models (unlike syncdb)) created by
- Migrations do not ignore …
- 06:56 Ticket #21694 (Default filter cannot be used with undefined variables) closed by
- wontfix: I think it will probably be better not to support this. For one, it …
- 06:54 Ticket #20422 (makemessages ignores "ignore patterns") closed by
- fixed
- 06:46 Changeset [b4f165f]stable/1.7.x by
- [1.7.x] Fixed #22300 -- Fixed crash in migrations when changing …
- 06:46 Ticket #22300 (Migrations fail if a relation field is added where a non-rel field was) closed by
- fixed: In 35ed792cf248d6b245e299d13fe47b56f4c6bf42: […]
- 06:46 Changeset [35ed792]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22300 -- Fixed crash in migrations when changing non-relational …
- 06:42 Ticket #22257 (Write to specified file for dumpdata) closed by
- fixed: In f34e8fc890d44f4f913fe812f2cdeb5666f0fa27: […]
- 06:42 Changeset [09ab447]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2465 from coder9042/ticket_22258 Fixed #22257 -- …
- 03:17 Changeset [f34e8fc8]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22257 -- Added file output option to dumpdata command.
03/24/2014:
- 14:10 Ticket #22330 (Model.__reduce__() includes cached lookups) created by
- If you try to pickle an object after accessing any of its related …
- 12:27 Changeset [21eaad68]stable/1.7.x by
- [1.7.x] Fixed #22293 -- Avoided renaming many-to-many tables to …
- 12:27 Ticket #22293 (ERROR: relation "app_taggedcountryoforigin" already exists) closed by
- fixed: In 1edfa155e34dde549ef0e93414f2846dce59e5f7: […]
- 12:24 Changeset [1edfa15]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22293 -- Avoided renaming many-to-many tables to themselves. …
- 12:06 Changeset [345281b8]stable/1.7.x by
- [1.7.x] Fixed typo in error message in django.contrib.sitemaps. …
- 12:06 Changeset [d81a9c50]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in error message in django.contrib.sitemaps.
- 10:42 Changeset [51c80451]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed versionadded/changed annotations for 1.6.
- 08:45 Changeset [38096da5]stable/1.6.x by
- [1.6.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one …
- 08:45 Ticket #22048 (Document ways of checking for OneToOneField) closed by
- fixed: In ec08d62a20f55cfdfb9fbd21d8bc5627c54337c7: […]
- 08:45 Changeset [eb1600e9]stable/1.7.x by
- [1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one …
- 08:41 Changeset [ec08d62]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22048 - Enhanced docs to cover nonexistent one-to-one …
- 08:19 Changeset [90916e1]stable/1.6.x by
- [1.6.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache …
- 08:19 Ticket #22247 (Shouldn't it say "Downstream Caches" instead of "Upstream Caches"?) closed by
- fixed: In 60d2dde2867dc91a5b93bf1d03799c6d043da8fb: […]
- 08:19 Changeset [57a373b]stable/1.7.x by
- [1.7.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache …
- 08:19 Changeset [60d2dde2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs. …
- 08:09 Ticket #21665 (assertRedirects should treat equivalent URLs differing only in ...) closed by
- fixed: In 7af32bca38f01dc5b677a4161bf0853149f97b3e: […]
- 08:09 Changeset [7af32bc]stable/1.6.x by
- [1.6.x] Fixed #21665 -- Documented that changes in assertRedirects may …
- 08:09 Changeset [68a80166]stable/1.7.x by
- [1.7.x] Fixed #21665 -- Documented that changes in assertRedirects may …
- 08:08 Changeset [eed7e1d4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21665 -- Documented that changes in assertRedirects may be …
- 07:48 Ticket #22329 (Use label_tag() in admin auth templates to remove hardcoded ...) created by
- Now that #17922 is resolved, we can fix some TODOs in the admin …
- 07:22 Ticket #22328 (Add --exclude option to compilemessages) created by
- Add an option to the compilemessages management command, to enable …
- 07:12 Ticket #17922 (Add default "required" css classes to form labels) closed by
- fixed: In 416a8580232075d569cf3c386a97067884c67a60: […]
- 07:11 Changeset [416a858]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17922 -- Added required_css_class to form label. Thanks …
- 07:11 Ticket #22327 (Turn BaseEmailBackend into a contextmanager) created by
- It would be useful to turn BaseEmailBackend (and thereby it's …
- 06:35 Changeset [f2a9f71]stable/1.4.x by
- [1.4.x] Updated six to 1.6.1. Backport of …
- 06:35 Ticket #22326 (Add kwarg for text-direction in modelfields) closed by
- wontfix: This sounds like something that should be a the forms layer, not the …
- 06:34 Changeset [efb0c848]stable/1.5.x by
- [1.5.x] Updated six to 1.6.1. Backport of …
- 06:34 Changeset [779ef57c]stable/1.6.x by
- [1.6.x] Updated six to 1.6.1. Backport of 2ec82c7387 from master
- 06:34 Changeset [70b34f09]stable/1.7.x by
- [1.7.x] Updated six to 1.6.1. Backport of 2ec82c7387 from master
- 06:33 Changeset [2ec82c73]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated six to 1.6.1.
- 06:27 Changeset [f847aeb6]stable/1.7.x by
- [1.7.x] Fixed #22265 -- Clarfied consistent behavior of migrations. …
- 06:27 Ticket #22265 (Assurance of consistent behavior of migrations) closed by
- fixed: In bff77e2aa81f90b5be2fd00220b479077d8082de: […]
- 06:27 Changeset [bff77e2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22265 -- Clarfied consistent behavior of migrations. Thanks …
- 06:22 Ticket #22318 (Adding Form.has_error() to easily check if a given error has happened.) closed by
- fixed: In 7ac8380799eedb374621317b62ccf026d86ea245: […]
- 06:21 Changeset [7ac83807]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22318 -- Added Form.has_error() to easily check if a given …
- 03:02 Ticket #22326 (Add kwarg for text-direction in modelfields) created by
- bidi UX issue here. some of my projects use models which have fields …
- 02:50 Ticket #22324 (form.has_change() is always True if BooleanField(default=True)) closed by
-
invalid: Sure, but I don't see what's wrong with that.
default=True
means the … - 01:32 Ticket #22325 (Defining a custom user model in an app and having relations between it ...) created by
- I *think* the issue is that swappable_dependency resolves to …
03/23/2014:
- 23:09 Changeset [1694e091]stable/1.7.x by
- [1.7.x] Correct oversight in trove classifiers, as this branch is now …
- 20:03 Ticket #22324 (form.has_change() is always True if BooleanField(default=True)) created by
- In any ModelForm, if the model has a BooleanField with True as the …
- 19:23 Ticket #22323 (Title Filter Inproper Casing of Words With Apostrophe in Second Position) closed by
- worksforme: This proposal has been made in the past; marking wontfix because it's …
- 15:59 Ticket #22323 (Title Filter Inproper Casing of Words With Apostrophe in Second Position) created by
- I discovered a very minor edge case when using the title filter on …
- 15:36 Ticket #22322 (inspectdb and managed option, incorrect explanation) created by
- https://docs.djangoproject.com/en/1.6/howto/legacy-databases/ "If you …
- 15:34 Ticket #22320 (assertNumQueries should capture call stacks) closed by
- duplicate: Duplicate of #9363
- 15:23 Ticket #22321 (Missing DB errors wrapping around _set_autocommit) created by
-
Implementation defined
_set_autocommit
function can raise … - 15:20 Changeset [d908b67e]stable/1.6.x by
- [1.6.x] Fixed #22317 -- Fixed documented handler400 default value …
- 15:20 Changeset [e1a6a302]stable/1.7.x by
- [1.7.x] Fixed #22317 -- Fixed documented handler400 default value …
- 15:19 Ticket #22317 (Wrong default value for handler400 in django.conf.urls utility functions) closed by
- fixed: In 3f7615cddc69235d466fb680fb05869f2a80d1e4: […]
- 15:18 Changeset [3f7615cd]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22317 -- Fixed documented handler400 default value
- 14:47 Ticket #22291 (transactions.atomic (with savepoints) doesn't work correctly with ...) closed by
- fixed: In 58161e4e93d1fc796fc804c943028d4433f4813c: […]
- 14:45 Changeset [58161e4e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL. …
- 11:34 Ticket #22320 (assertNumQueries should capture call stacks) created by
- When an assertNumQueries assertion fails there are two things that are …
- 06:00 Ticket #22319 (ValueError: Related model cannot be resolved) created by
- Hey! When I try to migrate comments model I get an error: […] It …
- 00:31 Ticket #22318 (Adding Form.has_error() to easily check if a given error has happened.) created by
- Since #17413, it's possible to know, not only if a field has errors, …
Note: See TracTimeline
for information about the timeline view.