Timeline
02/13/2014:
- 20:59 Ticket #22042 (confused in tutorial 03 about location of mysite/urls.py) created by
- Working through the tutorials, I got stuck for a while in this …
- 19:50 Changeset [007c5cd3]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated docs that misreported django.apps.apps.ready as being a method.
- 19:45 Ticket #22041 (LayerMapError: Django cannot import shapefile into postgresql) created by
- I am working on a web-based gis project using geodjango under django …
- 18:10 Ticket #22040 (RadioSelect options no longer available) created by
- https://docs.djangoproject.com/en/dev/ref/forms/widgets/#radioselect …
- 13:31 Ticket #22039 (Inline Model Admin DatePicker Bug) created by
- In Django 1.4.10. In a TabluarInline, with a datefield or a timefield, …
- 13:30 Changeset [83a3add4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed _actions_icnt declaration from local scope in admin JS. …
- 12:42 Ticket #22038 (Admin shows selected rows as "<amount> of undefined selected") created by
- Commit …
- 10:43 Changeset [6873eeee]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22030 -- Don't assume that all fields have a swappable_setting …
- 10:36 Changeset [474eeccb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo (I guess).
- 10:08 Ticket #22037 (Allow testing and dumping legacy database without enabling syncdb) created by
- I've run into an issue with multiple databases that seems like it …
- 09:32 Changeset [e86aa83]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a link in the 1.7 release notes.
- 09:29 Ticket #19496 (truncatechars_html) closed by
- fixed: In f94f466cd3461527fb76a3e8951039a3c2388829: […]
- 09:27 Changeset [f94f466c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19496 -- Added truncatechars_html filter. Thanks esevece for …
- 07:03 Changeset [32a880a]stable/1.6.x by
- [1.6.x] Added a missing import in staticfiles tests.
- 06:31 Ticket #21064 (The add_view and change_view code in contrib.admin.options share the ...) closed by
- fixed: In 390001ce52802a7fa1fceeabfb646e6b32911fb9: […]
- 06:31 Changeset [390001ce]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21064 -- Refactored common logic in ModelAdmin.add_view and …
- 06:17 Ticket #21951 (Docs should assume Python 3 first for __str__/__unicode__ methods) closed by
- fixed: In 8aa1efff6d6cb1589a1977f3e68f4c26eb6adc74: […]
- 06:12 Changeset [8aa1efff]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21951 -- Updated docs to use str for Python 3 Thanks Tim …
- 05:22 Ticket #22035 (makemigrations when adding field with a unique_together constraint ...) created by
- Added a slug field to a Tag model, and a unique_together constraint of …
- 03:41 Ticket #22034 (Checks for ModelAdmin ForeignKeys fail with GenericInlineModelAdmin) created by
-
Checks
admin.E202
fail when trying to detect aForeignKey
from a … - 02:31 Changeset [c3434fed]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed test for migration check forgotten in …
02/12/2014:
- 18:02 Ticket #22033 ('Model' object has no attribute 'replace') closed by
- invalid: I'm stupid, cycling references, sorry guys
- 15:08 Ticket #22033 ('Model' object has no attribute 'replace') closed by
-
invalid: Hi,
It's hard to say without seeing your
models.py
but you most … - 13:10 Ticket #21856 (Crash when DATABASES = {}) closed by
- fixed: In f0f1ba75b090e533c1b39f516cea2d9a15307ac3: […]
- 13:09 Changeset [f0f1ba7]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21856: Don't crash runserver when DATABASES = {}
- 13:08 Ticket #22033 ('Model' object has no attribute 'replace') created by
- ..dev/django/django/utils/html.py in escape def escape(text): """ …
- 12:55 Changeset [7e941ba]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reverting unapplied migrations check away from being a system-level …
- 12:53 Changeset [dbe82e74]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add reference documentation for operations and stubs for schemaeditor.
- 11:56 Ticket #22031 (Checks framework complains about unapplied migrations when running ...) closed by
- duplicate: This is effectively a duplicate of #21856 - this warning should not be …
- 11:48 Ticket #22032 (Document settings.MIGRATION_MODULES) created by
- There's no mention of this new setting in the documentation. From …
- 11:32 Ticket #22031 (Checks framework complains about unapplied migrations when running ...) created by
- Suppose you've created a new application with some models and you've …
- 11:32 SummerOfCode2014 edited by
- Added the "improve backends" idea (diff)
- 11:25 Ticket #22030 (AttributeError: 'CharField' object has no attribute 'swappable_setting') created by
-
Here's how to reproduce:
Create an app with a simple
models.py
(and … - 11:22 Changeset [bad9456b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix my slightly hasty autodetector changes
- 11:21 Changeset [80bbe22]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove redunant code from RunPython operation
- 11:16 Changeset [b333de0f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add --empty option to makemigrations
- 10:31 Ticket #22029 (documentation: new best place to put the signal handler registration) created by
- The new best place for registering the signal handlers are in the …
- 10:10 Ticket #22028 (documentation: apps without models.py can register for db related signals) created by
- Before Django 1.7, all apps in the INSTALLED_APPS required to have a …
- 10:05 Changeset [d6db48e]stable/1.6.x by
- [1.6.x] Reworked the detection of local storages for the collectstatic …
- 10:00 Changeset [7e27885c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reworked the detection of local storages for the collectstatic …
- 08:35 Ticket #22025 (TypeError in the dumpdata command when listing "app app.Model") closed by
- fixed: In 73f51e411372ba3e74ccf5a2c2be88927ac2c6dd: […]
- 08:34 Changeset [73f51e4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22025 -- Listing app followed by app.Model in dumpdata command …
- 07:31 Ticket #22025 (TypeError in the dumpdata command when listing "app app.Model") created by
- When running: […] I get: […] A fix is in this pull request: …
- 07:03 Ticket #22024 (there are no tests for assertContains) closed by
- invalid: right-o. my bad!
- 06:30 Ticket #22024 (there are no tests for assertContains) created by
- I've been thinking of ways to tweak assertContains, thought about …
- 06:17 Ticket #22023 (.values() followed by defer() or only() results invalid data or crash) created by
- Given model […] Query {{{ …
- 06:07 Ticket #20745 (Document the template language's silencing of TypeError) closed by
- fixed: Hi, The fix for this issue will be part of the 1.7 release which only …
- 04:35 Ticket #22022 (Allow field subclasses to require additional SQL) created by
- Problem In postgres, a number of data types require a specific …
- 03:26 Ticket #22017 (RuntimeError: dictionary changed size during iteration) closed by
- fixed: In e0381cdf2e7f677c5b29f2e3351993e92915569a: […]
- 03:26 Changeset [e0381cdf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22017 -- Prevented RuntimeError on Python 3 Refs #21049. …
- 01:45 Ticket #22019 (add section for definitive Model.objects documentation) created by
-
I can't seem to find the model class attribute
objects
documented in …
02/11/2014:
- 16:39 Ticket #22018 (Checks error on ModelAdmins with multiple fields in one line using lists) created by
- The checks framework will raise an error for ModelAdmin classes that …
- 14:48 Ticket #22017 (RuntimeError: dictionary changed size during iteration) created by
- This bug report is identical to #21049 but for Django 1.7. I run …
- 13:06 Ticket #2445 ([patch] allow callable values for limit_choices_to) closed by
- fixed: In eefc88feefec0c3685bfb102714530b751b4ae90: […]
- 13:05 Changeset [eefc88f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. …
- 12:22 Ticket #22016 (Automatically reload i18n files on change, when DEBUG is True) created by
- It would make things easier for our text editors if they didn't need …
- 11:38 Ticket #22015 (Hide relationships with related_name='+' in contrib.admindocs) created by
- If related_name of a ForeignKey/M2M relationship is '+', user …
- 11:28 Ticket #22000 ('ModelChoiceField' object has no attribute 'to_field_name') closed by
- invalid: A model choice field is not a widget, it is not correct to use it in …
- 10:33 Ticket #22014 (`prefetch_related` recursion protection does not cover all cases) created by
- This issue related to #17014 Commit (see line 1655): …
- 09:52 Ticket #22013 (Explain difference between SERVER_EMAIL and DEFAULT_FROM_EMAIL, and ...) created by
- This is a re-hashing of the following ticket: …
- 08:47 Ticket #22011 (no request.user on error pages) closed by
- wontfix: Unlike the 404 page, Django deliberately hobbles the rendering of the …
- 07:29 Ticket #22011 (no request.user on error pages) created by
- Hi, I don't know how much complexity this needs to be reproduced, but …
- 05:57 DjangoJobs edited by
- (diff)
- 02:01 Changeset [a718fcf2]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reordered INSTALLED_APPS in default template, refs #22005
- 00:48 Ticket #22007 (Make import paths more consistent in documentation) created by
- I am getting thrown by the documentation …
02/10/2014:
- 21:35 Ticket #22006 (DRY login_required method should be documented) created by
- See https://code.djangoproject.com/ticket/16626 for the discussion. …
- 20:01 Ticket #22005 (PendingDeprecationWarning with management commands.) created by
-
These happen on a fresh
startproject
created for the occasion and … - 17:22 DjangoResources edited by
- Update two scoops (diff)
- 15:07 Ticket #22004 (Allow session.modified with an explicit False value to override ...) created by
- This line checks precludes a view that attempts to explicitly set the …
- 13:05 Ticket #22003 (LiveServerTestCase with ATOMIC_REQUESTS leaves Postgres connections ...) created by
- When using LiveServerTestCase with ATOMIC_REQUESTS, a socket error …
- 11:17 Ticket #22002 (AppConfig.ready() and tests) created by
- If you do something with the database in AppConfig.ready(), then …
- 10:42 Ticket #22001 (GeoDjango (contrib.gis) does not create geometry columns in 1.7a2) created by
- I am testing Django 1.7a2 on a very small project+app. So far, with …
- 09:12 Changeset [76700c54]stable/1.6.x by
- [1.6.x] Fixed #21996 -- Used proper encoding for GeoIP content Thanks …
- 09:10 Changeset [e9ffe7e]stable/1.6.x by
- [1.6.x] Added 1.6.3 release notes stub
- 09:09 Ticket #21996 (UnicodeDecodeError when calling GeoIP.country) closed by
- fixed: In fb1e3435a4d7e0265f19a1a9f130c9485fb8dfe9: […]
- 09:09 Changeset [fb1e3435]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21996 -- Used proper encoding for GeoIP content Thanks Florent …
- 09:09 Changeset [c3dd38c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added 1.6.3 release notes stub
- 09:06 Ticket #17673 (Forbid field shadowing in model multi-inheritance) closed by
- fixed: In ee9fcb1672ddf5910ed8c45c37a00f32ebbe2bb1: […]
- 09:04 Changeset [ee9fcb16]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17673 -- Forbid field shadowing. Thanks Anssi Kääriäinen for …
- 08:39 Ticket #22000 ('ModelChoiceField' object has no attribute 'to_field_name') created by
- Hello, I am getting the error, [ 'ModelChoiceField' object has no …
- 08:18 Ticket #21371 (Admin templates use a `bodyclass` block without ever calling super.) closed by
- fixed: In f5123c7291e855713b59e739bad0e50a1d50d3ef: […]
- 08:13 Changeset [f5123c72]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21371 -- Added the block.super to admin bodyclass blocks. …
- 08:00 Ticket #21999 (have filter_horizontal / filter_vertical work with ForeignKey) created by
- When you have many values for a ForeignKey the ability to filter it …
- 07:25 Ticket #21190 (Fix broken ePub documentation by adding a proper theme for it) closed by
- fixed: In 59d9b264745bb1a4736bb6df4dafb83049835483: […]
- 07:24 Changeset [59d9b264]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21190 -- Added a new ePub theme for documentation.
- 06:30 Ticket #21994 (Pass a dict of forms to WizardView.done()) closed by
- fixed: In 9a4ee8ddb858ae07ff42be0261c867aa3d2eb53c: […]
- 06:28 Changeset [9a4ee8dd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21994 -- Added form_dict argument to calls of WizardView.done() …
- 04:39 Ticket #20784 (RegexValidator should accept a new parameter to perform reversed validation) closed by
- fixed: In b102c27ff4d21ea6262e600227530f75337a5df2: […]
- 04:38 Changeset [b102c27f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20784 -- Added inverse_match parameter to RegexValidator.
- 04:22 Changeset [0d98422b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refactored RecursiveM2MTests into smaller pieces, refs #18586.
- 04:21 Changeset [c5395eef]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Allowed a message to be passed to assertQuerysetEqual to make it …
- 03:15 Ticket #21996 (UnicodeDecodeError when calling GeoIP.country) created by
- GeoIP.country('IP') raises an UnicodeDecodeError when dealing with …
- 02:16 Ticket #21995 (GenericForeignKey import wrong) closed by
- invalid: This has changed in Django 1.7. Please make sure you are reading the …
- 02:14 Ticket #21995 (GenericForeignKey import wrong) created by
- On the page: …
Note: See TracTimeline
for information about the timeline view.