summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2015-10-19[1.9.x] Bumped version for 1.9 beta 1.1.9b1Tim Graham
2015-10-19[1.9.x] Fixed #25563 -- Cached deferred models in their proxied model's _meta...Simon Charette
2015-10-19[1.9.x] Fixed #25566 -- Added title to admin's closing popup response pageVille Skyttä
2015-10-19[1.9.x] Fixed #25560 -- Made empty string related_name invalid.Simon Charette
2015-10-19[1.9.x] Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).Ville Skyttä
2015-10-17[1.9.x] Fixed #25517 -- Made Concat function idempotent on SQLite.Josh Smeaton
2015-10-17[1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki
2015-10-14[1.9.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.Antoine Catton
2015-10-14[1.9.x] Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton
2015-10-10[1.9.x] Pluralized translatable strings in password_validation.pyClaude Paroz
2015-10-10[1.9.x] Simplified translatable string in admindocs templateClaude Paroz
2015-10-09[1.9.x] Fixed #22705 -- Fixed QuerySet.bulk_create() on models without any fi...Tim Graham
2015-10-09[1.9.x] Updated translation catalogsClaude Paroz
2015-10-09[1.9.x] Fixed #14368 -- Allowed setting a reverse OneToOne relation to None.Tim Graham
2015-10-09[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
2015-10-07[1.9.x] Fixed #25525 -- Added instructions about importing include() in urls.pyBaptiste Mispelon
2015-10-06[1.9.x] Fixed #25503 -- Fixed system check crash on ForeignKey to abstract mo...Mariusz Felisiak
2015-10-06[1.9.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-10-05[1.9.x] Fixed #25496 -- Made ModelChoiceField respect prefetch_related().Tim Graham
2015-10-05[1.9.x] Fixed #25423 -- Made error message for unknown template tag more help...Pindi Albert
2015-10-05[1.9.x] Removed SimpleLazyObject workaround for a Python bug.Tim Graham
2015-10-03[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.Ben Kraft
2015-10-02[1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManagerTim Graham
2015-09-29[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigi...Tim Graham
2015-09-28[1.9.x] Refs #16860 -- Fixed password help text when there aren't any validat...Antoine Catton
2015-09-26[1.9.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
2015-09-25[1.9.x] Fixed #25196 -- Normalized database representations in test database ...Ville Skyttä
2015-09-24[1.9.x] Fixed #25457 -- Improved formatting of password validation errors in ...Tzu-ping Chung
2015-09-24[1.9.x] Refs #25294 -- Added BoundField import for backwards compatibility.Moritz Sichert
2015-09-24[1.9.x] Removed unused views.debug.linebreak_iter() function.Tim Graham
2015-09-24[1.9.x] Removed unused Aggregate.input_field.Tim Graham
2015-09-23[1.9.x] Bumped version to 1.9a1.1.9a1Tim Graham
2015-09-23Fixed #25378 -- Improved tab through experience in admin.Ryan Allen
2015-09-23Fixed #25448 -- Eased GISLookup subclassing with custom lookupsClaude Paroz
2015-09-23Fixed #25453 -- Reworded makemigration's ask_not_null_alteration suggestion.Benjamin Wohlwend
2015-09-23Refs #24526 -- Made the django logger handle INFO messages.Tim Graham
2015-09-23Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.Tim Graham
2015-09-23Fixed #25439 -- Added `SUCCESS` style to termcolor palettesMatt Deacalion Stevens
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Refs #23813 -- Moved URLconfs into module and tidied docstrings.Alasdair Nicol
2015-09-21Fixed #25373 -- Added warning logging for exceptions during {% include %} tag...Nick Johnson
2015-09-21Refs #18773 -- Improved template variable exception logging message.Nick Johnson
2015-09-21Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-09-21Documented "rel objects".Aymeric Augustin
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-21Added comments in related instances descriptors.Aymeric Augustin
2015-09-21Documented related models descriptors.Aymeric Augustin
2015-09-21Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-21Fixed #25431 -- Readded inline foreign keys to modelformset instancesClaude Paroz