summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-09Fixed #2260 -- fixed a problem where some foreign key references were beingMalcolm Tredinnick
2006-08-08Negligible style change in django.db.models.loadingAdrian Holovaty
2006-08-08Added example of strftime formatting to docs/model-api.txt FileField docs. Th...Adrian Holovaty
2006-08-07Fixed #2494 -- Django development server no longer does reverse DNS. As a sid...Adrian Holovaty
2006-08-06Fixed #2491 -- Pass the project directory back from setup_environ so that weMalcolm Tredinnick
2006-08-06Moved the environment setup into a method that can be called from other scripts.Malcolm Tredinnick
2006-08-05Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.comAdrian Holovaty
2006-08-05Fixed #2485 -- Added comment to project_template/settings.py that says to use...Adrian Holovaty
2006-08-05Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty
2006-08-04fixed #2171: updated 'ru' translationGeorg Bauer
2006-08-04Cleaned up 'How do I create users without having to edit password hashes?' en...Adrian Holovaty
2006-08-04Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty
2006-08-02Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8...Adrian Holovaty
2006-08-02Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...Adrian Holovaty
2006-08-01Fixed #2257 -- make constraint names unique across all table/columnMalcolm Tredinnick
2006-08-01Fixed #2465 -- Documented the fact that select_related doesn't follow null=TrueAdrian Holovaty
2006-08-01Refs #1796 -- Fixed a problem when creating models with relations toMalcolm Tredinnick
2006-08-01Added link to 'batteries included' explanation in docs/add_ons.txtAdrian Holovaty
2006-08-01Fixed #2463 -- Fixed temporarily broken many-to-many fields in admin interfac...Adrian Holovaty
2006-08-01Fixed #2269 -- limit_choices_to now works properly with a custom ForeignKey.t...Adrian Holovaty
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2006-08-01Fixed inconsistency in docs/url_dispatch.txt with regard to matching docs/ove...Adrian Holovaty
2006-08-01Modified Calendar and Clock javascript to evaluate popup position at time of ...Russell Keith-Magee
2006-07-31Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...Jacob Kaplan-Moss
2006-07-31Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...Jacob Kaplan-Moss
2006-07-31fixed #2446: updated 'sl' translationGeorg Bauer
2006-07-31Fixed an RST typo so that the django-users mailing list reference is now aMalcolm Tredinnick
2006-07-31Clarified 'Django no longer requires a database' in docs/release_notes_0.95.txtAdrian Holovaty
2006-07-30Fixed #2451 -- setup.py no longer has to list each language, thanks to patter...Adrian Holovaty
2006-07-30Fixed ReST error in docs/release_notes_0.95.txt. Thanks, Jeremy DunckAdrian Holovaty
2006-07-30Changed django.VERSION from 0.95 to to 0.96-preAdrian Holovaty
2006-07-29Seed the global app cache in a call to db.models.get_model() except when we areMalcolm Tredinnick
2006-07-29Formatted docs/api_stability.txt in our ReST format, with titlesAdrian Holovaty
2006-07-29Formatted docs/release_notes_0.95.txt in our ReST format, with titlesAdrian Holovaty
2006-07-29Added note to docs/templates.txt about same logical operatorAdrian Holovaty
2006-07-28Added some more stuff to docs/release_notes_0.95.txtAdrian Holovaty
2006-07-28Changed .91 to .95 in docs/install.txtAdrian Holovaty
2006-07-28Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty
2006-07-28Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty
2006-07-28Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty
2006-07-28Added docs/release_notes_0.95.txtAdrian Holovaty
2006-07-28Removed bug from [3461] -- __name__ is not assignableAdrian Holovaty
2006-07-28Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay!Jacob Kaplan-Moss
2006-07-28Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty
2006-07-28Fixed ReST error in docs/forms.txtAdrian Holovaty
2006-07-28Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty
2006-07-28Small clarification to docs/templates.txt change from [3465]Adrian Holovaty
2006-07-28Added django.db.models.permalink decorator, which decorates a function that r...Adrian Holovaty
2006-07-28Added urlpatterns_reverse unit tests, which test the reverse lookup of URLsAdrian Holovaty
2006-07-28Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco...Adrian Holovaty