Timeline
10/20/2005:
- 20:03 Ticket #673 (Final code example in Tutorial 3 is incorrect) created by
- The final code example in Tutorial 3 incorrectly lists …
- 19:30 Ticket #672 (get_absolute_url isn't nice) created by
- now by this I mean the application should not be required to know …
- 19:16 Ticket #671 (generic list_object enhancement) created by
- I would like the generic list_object view to be able to take query …
- 18:18 Ticket #474 (Better method of serving admin media files needed) closed by
- fixed
- 18:17 Ticket #670 (djangoproject website should be updated to reflect recent admin changes) created by
- the djangoproject.com website is a reference point for new django …
- 18:16 Ticket #663 ([patch] app_templates-loader broken for testapp) closed by
- fixed: (In [985]) Fixed #663 -- app_directories template loader no longer …
- 18:16 Changeset [cc3635d6]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #663 -- app_directories template loader no longer assumes a dot …
- 18:11 Ticket #669 (site table ) created by
- there is currently no way to edit the site table from the admin gui. …
- 17:58 Ticket #668 (change default 'site' URL to example.com not 'mysite.com') closed by
- fixed: (In [984]) Fixed #668 -- Changed default site from mysite.com to …
- 17:58 Changeset [81cbf27a]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #668 -- Changed default site from mysite.com to example.com. …
- 17:55 Ticket #668 (change default 'site' URL to example.com not 'mysite.com') created by
- in django/core/management.py you set up the default site to …
- 17:54 Ticket #667 ([patch] extra_lookup_kwargs and extra_context in infodicts should ...) created by
- the callback should be called with the request and the dict of the …
- 17:52 Ticket #666 (Admin should get 404 and 500 templates) created by
- The admin currently doesn't come with 404 and 500 templates. We should …
- 17:48 Ticket #665 (Field.default should accept callables) created by
- Field.default should accept callables, which would be evaluated at the …
- 17:12 Ticket #652 (An option to upload files into database would be a great alternative ...) reopened by
- This ticket's topic is similar to #250, but it's different in a pretty …
- 16:58 Changeset [3e7ea41]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added note about ALLOWED_INCLUDE_ROOTS to docs/templates.txt …
- 16:30 Ticket #664 (Document 'singular' argument for ManyToMany fields) created by
- Having two ManyToMany relationships between the same two models is …
- 16:16 Ticket #663 ([patch] app_templates-loader broken for testapp) created by
- The app_templates-loader assumes that all application-names have at …
- 15:37 Ticket #657 (validator - characters without numbers) closed by
- wontfix: adrian, you had reason. I'll use my own validator.
- 11:34 Ticket #662 (saving a newly created object without any data causes an error) created by
- This is best explained with an example: […] […] I think the …
- 11:32 Ticket #661 (New function: batch save of objects would make for more efficient ...) created by
- Currently new records are saved one at the time using save(). In most …
- 11:31 BackwardsIncompatibleChanges edited by
- Added note about deleting myproject/settings directory. (diff)
- 10:52 Ticket #657 (validator - characters without numbers) reopened by
- I believe that now it's more clear […] I think that it would be useful
- 09:58 DosAndDontsForApplicationWriters edited by
- Should be 2.3-safe (diff)
- 09:53 DosAndDontsForApplicationWriters edited by
- Add block extrahead (diff)
- 09:48 Ticket #660 (admin executes template code that happens to be in strings in the list ...) created by
- When you have a field that stores template snippets and add that field …
- 09:18 Ticket #317 ([Patch] slugify delimits words by hyphens, but its validator doesn't ...) reopened by
- urlify still delimits words by _ instead of -. I think we definitely …
- 08:51 Ticket #652 (An option to upload files into database would be a great alternative ...) closed by
- duplicate: Duplicate of #250.
- 08:28 Ticket #656 (Mention "Save as new" as a possible option in tutorial 2) closed by
- invalid: We're planning a separate document for the admin site. This would go …
- 08:27 Ticket #657 (validator - characters without numbers) closed by
- wontfix: This is a bit too obscure for inclusion in the standard validator …
- 08:22 Changeset [169f9d2]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #655 -- Improved 'validator_list' section of docs/model-api.txt. …
- 08:22 Ticket #655 ([doc] model_api - validator_list is incomplete) closed by
- fixed: (In [978]) Fixed #655 -- Improved 'validator_list' section of …
- 08:16 Changeset [d8b83674]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #658 -- Fixed JavaScript calendar widget in IE. Thanks for the …
- 08:16 Ticket #658 ([patch] javascript calendar widget layout broken in IE) closed by
- fixed: (In [977]) Fixed #658 -- Fixed JavaScript calendar widget in IE. …
- 08:13 Ticket #654 (DateFormat should be a subclass of TimeFormat, not Formatter) closed by
- fixed: (In [976]) Fixed #654 -- Fixed bug in [969]. Thanks, korpios@…
- 08:13 Changeset [a102942d]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #654 -- Fixed bug in [969]. Thanks, korpios@… …
- 07:20 DosAndDontsForApplicationWriters edited by
- (diff)
- 07:14 Ticket #659 (Selecting by month with DateField is broken with sqlite3 backend) created by
- I have a model with a DateField. Selecting by month works works …
- 06:54 Ticket #493 ([patch] FileField.get_foo_url returns absolute path instead url) closed by
- fixed: How stupid of me ;D My custom function which rename files before …
- 06:51 DosAndDontsForApplicationWriters edited by
- Something about template tags (diff)
- 05:19 Ticket #658 ([patch] javascript calendar widget layout broken in IE) created by
- The javascript calendar widget constructs elements dynamically but IE …
- 04:20 DosAndDontsForApplicationWriters created by
- Rough draft of "Do's and Dont's for Application Writers"
- 04:08 Ticket #657 (validator - characters without numbers) created by
- It should be a validator for characters without numbers, because is …
- 02:13 Ticket #656 (Mention "Save as new" as a possible option in tutorial 2) created by
- In "Explore the free admin functionality" section of Tutorial 2, it …
- 01:53 Ticket #655 ([doc] model_api - validator_list is incomplete) created by
- In .../documentation/model_api/ , the 'validator_list' option should …
- 01:29 Ticket #654 (DateFormat should be a subclass of TimeFormat, not Formatter) created by
- django.utils.dateformat.DateFormat is currently a subclass of …
- 00:35 Ticket #653 (setup.py doesn't create django/contrib/admin/templates/) closed by
- fixed: (In [972]) Fixed #653 -- setup.up now accounts for admin file moves. …
- 00:35 Changeset [e4c844ff]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #653 -- setup.up now accounts for admin file moves. Thanks, …
- 00:32 Changeset [62db7c5]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed another ReST bug in template docs from [969] git-svn-id: …
- 00:31 Changeset [81fd300a]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed ReST bug in template docs from [969] git-svn-id: …
- 00:30 Changeset [4c327b9c]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Lightly refactored django.utils.dateformat to make it use less code. …
- 00:29 Ticket #653 (setup.py doesn't create django/contrib/admin/templates/) created by
- With a recent svn pull (968) and a fresh install using setup.py, …
10/19/2005:
- 23:20 Ticket #317 ([Patch] slugify delimits words by hyphens, but its validator doesn't ...) closed by
- fixed: (In [968]) Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune
- 23:20 Changeset [539e53cc]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #317 -- SlugField now accepts hyphens. Thanks, Sune git-svn-id: …
- 23:03 Ticket #642 ([patch] Docs: EmailField clarification) closed by
- fixed: (In [967]) Fixed #642 -- Added small improvement to EmailField docs. …
- 23:03 Changeset [bf5dce64]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #642 -- Added small improvement to EmailField docs. Thanks, …
- 20:42 Ticket #185 (Chaining views) closed by
- invalid: This is old and ill-defined. Reopen with a better explanation …
- 17:35 Ticket #652 (An option to upload files into database would be a great alternative ...) created by
- The filesystem-only method of uploading files for meta.FileField …
- 15:42 Ticket #651 (Allow directories in filename argument to save_<fieldname>_file) created by
- Currently, all files associated with FileFields are uploaded into a …
- 15:08 Localization edited by
- (diff)
- 12:20 BackwardsIncompatibleChanges edited by
- (diff)
- 12:20 BackwardsIncompatibleChanges edited by
- remind to change DJANGO_SETTINGS_MODULE as well (diff)
- 12:19 BackwardsIncompatibleChanges edited by
- fix small wiki syntax error (diff)
- 11:29 Changeset [989fcce0]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed template-name bug for admin doc templates in [948] git-svn-id: …
- 11:10 Changeset [9de01b15]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed duplicate LANGUAGE_CODE from project_template/settings. …
- 11:03 Changeset [56022ea3]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by …
- 10:28 BackwardsIncompatibleChanges edited by
- Added note about PostgreSQL sequence renamings (diff)
- 09:57 Ticket #650 (render_to_response uses Context instead DjangoContext) reopened by
- Maybe a solution would be an optional request= parameter. If that is …
- 08:57 BackwardsIncompatibleChanges edited by
- (diff)
- 08:46 Ticket #648 ([patch] Add a comment tag like {# commented #}) closed by
- wontfix: Two different types of syntax -- {% %} and {{ }} -- is already more …
- 08:44 Ticket #647 ([patch] cache middleware blows out when gets "unmarked" response) closed by
- fixed: (In [954]) Fixed #647 -- Fixed cache middleware not to expect …
- 08:44 Changeset [ed2f2419]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #647 -- Fixed cache middleware not to expect …
- 08:42 Ticket #650 (render_to_response uses Context instead DjangoContext) closed by
- wontfix: My reasoning was that 80% of Django projects won't need the extra …
- 08:40 Ticket #649 ([enhacement] Navigation in model instances) closed by
- wontfix: We're trying to keep the admin screens as simple as possible, so I …
- 08:08 Ticket #650 (render_to_response uses Context instead DjangoContext) created by
- As far as I can see render_to_response calls render_to_string which by …
- 07:24 Ticket #649 ([enhacement] Navigation in model instances) created by
- i would suggest an enhacement: in administration, when u click into a …
- 06:04 Ticket #445 (allow partial object updates with manipulators) reopened by
- This is fixed in new-admin with the follow argument : …
- 03:39 Ticket #648 ([patch] Add a comment tag like {# commented #}) created by
- The default {% comment %} {% endcomment %} block is too much writing.
- 02:38 Ticket #647 ([patch] cache middleware blows out when gets "unmarked" response) created by
- Cache middleware expects request._cache_update_cache attribute during …
- 01:40 BackwardsIncompatibleChanges edited by
- minor typo correction, more info on current behavior of 404 and 500 … (diff)
- 00:55 Ticket #646 (inspectdb fails on tables with "-" in the name) created by
- inspectdb fails for tables that have dashes in the name (using …
10/18/2005:
- 20:27 BackwardsIncompatibleChanges edited by
- Added note about deleting pyc and pyo files in templatetags (diff)
- 20:22 Changeset [d863286]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.conf.admin_templates. Refs #627 git-svn-id: …
- 20:18 Changeset [c548955d]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed admin template bug from [948] git-svn-id: …
- 20:17 Changeset [d7a69df1]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed ReST bug in docs/tutorial02.txt git-svn-id: …
- 20:16 Ticket #641 ([patch] Fix re-raise in d.c.h.base) closed by
- fixed: (In [949]) Fixed #641 -- Fixed re-raise in django.core.handlers.base. …
- 20:16 Changeset [079752fe]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, …
- 20:09 Changeset [f07e5d4f]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not …
- 20:08 BackwardsIncompatibleChanges edited by
- (diff)
- 20:06 BackwardsIncompatibleChanges edited by
- More info (diff)
- 19:47 BackwardsIncompatibleChanges edited by
- More changes. (diff)
- 19:44 BackwardsIncompatibleChanges edited by
- Added preliminary "Refactored the admin app" section (Refs #627) (diff)
- 19:23 NewAdminChanges edited by
- add comment char (diff)
- 18:15 Changeset [fd3d5791]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added django.contrib.admin.templatetags. Refs #627 git-svn-id: …
- 17:55 Changeset [0dc843b]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added contrib.admin.models.admin, which contains LogEntry (from …
- 17:21 NewAdminChanges edited by
- Changed code examples to use python syntax highlighting. (diff)
- 16:37 Ticket #645 ([patch] Replace _module_-prefix and module_constants with "class MODULE") created by
- As discussed in the thread [http://tinyurl.com/bv7fy Get rid of model …
- 15:55 NewAdminChanges edited by
- (diff)
- 15:40 NewAdminChanges edited by
- (diff)
- 15:35 NewAdminChanges edited by
- (diff)
- 15:32 NewAdminChanges edited by
- (diff)
- 15:29 NewAdminChanges edited by
- added information about what to change in view functions. (diff)
- 15:26 NewAdminChanges edited by
- (diff)
- 15:25 NewAdminChanges edited by
- (diff)
- 13:12 Ticket #644 (SQL Server DB backend: Rev 940 test results) created by
- This is the output of tests/runtests.py against MS SQL 2000 SP 3 on …
- 10:59 Changeset [30d7e628]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed ReST bug in docs/model-api.txt git-svn-id: …
- 10:41 Changeset [1bb40e75]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed legacy TODO comment from django.models.auth git-svn-id: …
- 09:35 Ticket #643 (Site based permission system) created by
- Can it be made possible to add the ability to restrict certain users …
- 09:33 Changeset [1f227df]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added DATA_TYPES_REVERSE to ado_mssql backend git-svn-id: …
- 09:02 Changeset [8863e5dd]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed get_random_function_sql for ado_mssql backend to use RAND(), …
- 08:59 Changeset [b890e37]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added get_table_list() to ado_mssql backend git-svn-id: …
- 04:58 Ticket #642 ([patch] Docs: EmailField clarification) created by
- Index: /usr/local/django_src/docs/model-api.txt …
- 04:00 Ticket #641 ([patch] Fix re-raise in d.c.h.base) created by
- […] This fixes the base-handler to properly re-raise exceptions, …
- 00:23 Changeset [d5f32aa0]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed contrib.admin.views.main to use …
- 00:18 Changeset [c2ffd62d]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed django.contrib.admin.views.main to use template.loader instead …
- 00:12 Changeset [15fb988d]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed contrib.admin.views.template and doc to use …
10/17/2005:
- 23:59 Changeset [530f8d12]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.views.admin. Everything has been moved to …
- 23:58 Changeset [b4fd513]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved views.admin.main to contrib.admin.views.main. Refs #627. Note …
- 23:50 Changeset [14bb88a]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added admin, registration, admin_doc directories in …
- 23:44 Changeset [055056bc]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added django.contrib.admin.urls and django.contrib.admin.templates. …
- 23:42 Changeset [1cde1e8]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed jsvalidation line in django.conf.urls.admin -- that doesn't …
- 23:40 Changeset [aed19301]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Moved django.views.admin.template and django.views.admin.doc to …
- 23:36 Changeset [1dc6d4b2]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed django.views.admin.doc to use template.loader instead of …
- 23:21 Changeset [91c67bcd]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added django.contrib.admin, with a staff_member_required decorator and …
- 19:00 NewAdminChanges edited by
- (diff)
- 16:46 Ticket #640 (order_with_respect_to option fails) created by
- Example model code: […] ---- In Site administration, if fails …
- 16:23 Ticket #639 (Model FileFields empty on first pass through save()) created by
-
For models with file fields (
FileField/ImageField etc.
) save() … - 15:22 Ticket #638 (changelist table is too wide on pages with filter sidebar) closed by
- fixed: (In [917]) Fixed #638 and cleaned up some CSS
- 15:22 Changeset [72442152]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #638 and cleaned up some CSS git-svn-id: …
- 13:58 Ticket #638 (changelist table is too wide on pages with filter sidebar) created by
- On admin changelist pages with the filter sidebar on, the table is …
- 13:32 Ticket #637 (Errors in tests - sqlite) closed by
- duplicate: Duplicate of #527.
- 13:16 Ticket #637 (Errors in tests - sqlite) created by
- v. 911 - Python 2.4.2 - sqlite-3.2.1 - pysqlite-2.0.4 ---- […]
- 13:08 Changeset [91bd6eed]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/templates.txt git-svn-id: …
- 11:32 Ticket #636 (Restrict editing of records to owner or person with certain role.) closed by
- invalid: I'm going to close this ticket in favor of the discussion on …
- 09:26 Changeset [63a3c72e]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added note about multiple block tags to docs/templates.txt …
- 09:22 Ticket #636 (Restrict editing of records to owner or person with certain role.) created by
- = Steps for owner handling = == Connect owner to permission == A model …
- 08:25 Localization edited by
- (diff)
- 08:24 Ticket #634 ([patch] admin shortcuts don't honor existing http:// absolute urls) closed by
- fixed: (In [903]) Fixed #634 -- Changed shortcut view to accept …
- 08:24 Changeset [383704ac]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that …
- 08:20 Changeset [0bb68cd0]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous …
- 08:20 Ticket #635 (A small tipo in docs) closed by
- fixed: (In [902]) Fixed #635 -- Fixed typo in docs/settings.txt. Thanks, anonymous
- 08:19 Ticket #635 (A small tipo in docs) created by
- http://www.djangoproject.com/documentation/settings/#prepend-www …
- 08:05 Changeset [b223d0fd]attic/boulder-oracle-sprintattic/full-historyattic/generic-authattic/gisattic/i18nattic/magic-removalattic/multi-authattic/multiple-db-supportattic/new-adminattic/newforms-adminattic/per-object-permissionsattic/queryset-refactorattic/schema-evolutionattic/schema-evolution-ngattic/search-apiattic/sqlalchemyattic/unicodesoc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/0.90.xstable/0.91.xstable/0.95.xstable/0.96.xstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added note to docs/django-admin.txt about 127.0.0.1 not being …
- 07:52 Ticket #634 ([patch] admin shortcuts don't honor existing http:// absolute urls) created by
- When you have objects in your model that return serverabsolute urls …
- 06:53 Localization edited by
- (diff)
- 06:32 Localization edited by
- Fixed a typo (diff)
Note: See TracTimeline
for information about the timeline view.